activity.js 688 B

12345678910111213141516171819
  1. "use strict";
  2. const common_vendor = require("../../../common/vendor.js");
  3. const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
  4. __name: "activity",
  5. setup(__props) {
  6. const config = common_vendor.ref({});
  7. common_vendor.onShow(() => {
  8. searchConfig();
  9. });
  10. const searchConfig = async () => {
  11. config.value = common_vendor.index.getStorageSync("config");
  12. };
  13. return (_ctx, _cache) => {
  14. return {};
  15. };
  16. }
  17. });
  18. const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-8f22acf3"], ["__file", "D:/project/足球比赛/match_applet/pages/home/components/activity.vue"]]);
  19. wx.createComponent(Component);