32 lines
1.0 KiB
JavaScript
32 lines
1.0 KiB
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
if (!Array) {
|
|
const _component_leftMenu = common_vendor.resolveComponent("leftMenu");
|
|
_component_leftMenu();
|
|
}
|
|
const _sfc_main = {
|
|
__name: "index",
|
|
setup(__props) {
|
|
const darkFans = common_vendor.ref(false);
|
|
common_vendor.onMounted(() => {
|
|
const value = common_vendor.index.getStorageSync("darksave");
|
|
common_vendor.index.__f__("log", "at pages/doctorsay/index.vue:16", "????0", value);
|
|
if (value) {
|
|
darkFans.value = value;
|
|
}
|
|
});
|
|
return (_ctx, _cache) => {
|
|
return {
|
|
a: common_vendor.p({
|
|
darkFans: darkFans.value,
|
|
menuIndex: 1
|
|
}),
|
|
b: common_vendor.n(darkFans.value ? `darkbackgroundContainer` : `backgroundContainer`)
|
|
};
|
|
};
|
|
}
|
|
};
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-ae05b914"]]);
|
|
wx.createPage(MiniProgramPage);
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/doctorsay/index.js.map
|