12345678910111213141516171819 |
- "use strict";
- const common_vendor = require("../../../common/vendor.js");
- const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
- __name: "activity",
- setup(__props) {
- const config = common_vendor.ref({});
- common_vendor.onShow(() => {
- searchConfig();
- });
- const searchConfig = async () => {
- config.value = common_vendor.index.getStorageSync("config");
- };
- return (_ctx, _cache) => {
- return {};
- };
- }
- });
- const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-8f22acf3"], ["__file", "D:/project/足球比赛/match_applet/pages/home/components/activity.vue"]]);
- wx.createComponent(Component);
|