2025-07-08 16:49:39 +08:00
|
|
|
"use strict";
|
|
|
|
|
const common_vendor = require("../../common/vendor.js");
|
|
|
|
|
const common_libraries_setTabBar = require("../../common/libraries/setTabBar.js");
|
|
|
|
|
require("./model.js");
|
|
|
|
|
require("./method.js");
|
|
|
|
|
require("../../common/libraries/request.js");
|
|
|
|
|
const common_store_useWeAppAuthStore = require("../../common/store/useWeAppAuthStore.js");
|
|
|
|
|
require("../../common/libraries/userUserLogin.js");
|
|
|
|
|
require("../../common/libraries/updateMenu.js");
|
|
|
|
|
require("../../common/libraries/day.js");
|
|
|
|
|
require("../../gen/Apis.js");
|
|
|
|
|
require("../../common/libraries/apiLoading.js");
|
|
|
|
|
if (!Array) {
|
|
|
|
|
const _easycom_cc_root_view2 = common_vendor.resolveComponent("cc-root-view");
|
2025-07-09 00:34:00 +08:00
|
|
|
_easycom_cc_root_view2();
|
2025-07-08 16:49:39 +08:00
|
|
|
}
|
|
|
|
|
const _easycom_cc_root_view = () => "../../common/components/cc-root-view/cc-root-view.js";
|
|
|
|
|
if (!Math) {
|
2025-07-09 00:34:00 +08:00
|
|
|
_easycom_cc_root_view();
|
2025-07-08 16:49:39 +08:00
|
|
|
}
|
|
|
|
|
const _sfc_defineComponent = /* @__PURE__ */ common_vendor.defineComponent({
|
|
|
|
|
__name: "index",
|
|
|
|
|
setup(__props) {
|
|
|
|
|
getApp();
|
|
|
|
|
common_store_useWeAppAuthStore.useWeAppAuthStore();
|
|
|
|
|
common_vendor.onShow(async () => {
|
|
|
|
|
var _a;
|
|
|
|
|
common_libraries_setTabBar.setTabBarData(0);
|
|
|
|
|
await ((_a = common_vendor.getCurrentInstance()) == null ? void 0 : _a.appContext.config.globalProperties.$onLaunched);
|
|
|
|
|
});
|
|
|
|
|
common_vendor.onShareAppMessage(() => {
|
|
|
|
|
return {
|
|
|
|
|
title: "废品回收助手",
|
|
|
|
|
path: "/pages/index/index"
|
|
|
|
|
};
|
|
|
|
|
});
|
|
|
|
|
common_vendor.onShareTimeline(() => {
|
|
|
|
|
return {
|
|
|
|
|
title: "废品回收助手",
|
|
|
|
|
path: "/pages/index/index"
|
|
|
|
|
};
|
|
|
|
|
});
|
|
|
|
|
return (_ctx, _cache) => {
|
2025-07-09 00:34:00 +08:00
|
|
|
return {};
|
2025-07-08 16:49:39 +08:00
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
_sfc_defineComponent.__runtimeHooks = 6;
|
|
|
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_defineComponent, [["__file", "/Users/zsq/Sources/github/2025property-pay/pay-employee/src/pages/index/index.vue"]]);
|
|
|
|
|
wx.createPage(MiniProgramPage);
|