custom-nomore.js 727 B

123456789101112131415161718192021222324
  1. "use strict";
  2. const common_vendor = require("../../common/vendor.js");
  3. const _sfc_main = {
  4. data() {
  5. return {};
  6. }
  7. };
  8. if (!Array) {
  9. const _easycom_up_loading_icon2 = common_vendor.resolveComponent("up-loading-icon");
  10. _easycom_up_loading_icon2();
  11. }
  12. const _easycom_up_loading_icon = () => "../../uni_modules/uview-plus/components/u-loading-icon/u-loading-icon.js";
  13. if (!Math) {
  14. _easycom_up_loading_icon();
  15. }
  16. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  17. return {
  18. a: common_vendor.p({
  19. mode: "semicircle"
  20. })
  21. };
  22. }
  23. const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-68fff173"]]);
  24. wx.createComponent(Component);