37 lines
1.4 KiB
JavaScript
37 lines
1.4 KiB
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
if (!Math) {
|
|
calendar();
|
|
}
|
|
const calendar = () => "../../component/public/calendar.js";
|
|
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
|
__name: "index",
|
|
setup(__props) {
|
|
const darkFans = common_vendor.ref(false);
|
|
const zyupgrade = common_vendor.ref(null);
|
|
const jumpTo = (url) => {
|
|
common_vendor.index.navigateBack();
|
|
};
|
|
common_vendor.onLoad((options) => {
|
|
});
|
|
common_vendor.onShow(() => {
|
|
var _a;
|
|
(_a = zyupgrade.value) == null ? void 0 : _a.check_update();
|
|
});
|
|
return (_ctx, _cache) => {
|
|
return {
|
|
a: `/static/index/undericons/doublekuai.png`,
|
|
b: `/static/index/undericons/man.png`,
|
|
c: common_vendor.n(darkFans.value ? `right-icons-font-dark` : `right-icons-font`),
|
|
d: darkFans.value ? `/static/index/undericons/face.png` : `/static/index/undericons/facelight.png`,
|
|
e: darkFans.value ? `/static/index/undericons/hand.png` : `/static/index/undericons/handlight.png`,
|
|
f: common_vendor.o(jumpTo),
|
|
g: darkFans.value ? `/static/index/undericons/out.png` : `/static/index/undericons/outlight.png`
|
|
};
|
|
};
|
|
}
|
|
});
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-90aab738"]]);
|
|
wx.createPage(MiniProgramPage);
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/assess/index.js.map
|