123456789101112131415161718192021222324 |
- "use strict";
- const common_vendor = require("../../common/vendor.js");
- const _sfc_main = {
- data() {
- return {};
- }
- };
- if (!Array) {
- const _easycom_up_loading_icon2 = common_vendor.resolveComponent("up-loading-icon");
- _easycom_up_loading_icon2();
- }
- const _easycom_up_loading_icon = () => "../../uni_modules/uview-plus/components/u-loading-icon/u-loading-icon.js";
- if (!Math) {
- _easycom_up_loading_icon();
- }
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
- return {
- a: common_vendor.p({
- mode: "semicircle"
- })
- };
- }
- const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-68fff173"]]);
- wx.createComponent(Component);
|