29 lines
974 B
JavaScript
29 lines
974 B
JavaScript
|
"use strict";
|
||
|
const common_vendor = require("../../common/vendor.js");
|
||
|
if (!Array) {
|
||
|
const _easycom_footerMenu2 = common_vendor.resolveComponent("footerMenu");
|
||
|
_easycom_footerMenu2();
|
||
|
}
|
||
|
const _easycom_footerMenu = () => "../../components/footerMenu/footerMenu.js";
|
||
|
if (!Math) {
|
||
|
(common_vendor.unref(JyMe) + common_vendor.unref(JyWallet) + common_vendor.unref(JyMineConetnt) + common_vendor.unref(JyCherryPick) + _easycom_footerMenu)();
|
||
|
}
|
||
|
const JyMe = () => "./components/jy-me/index.js";
|
||
|
const JyWallet = () => "./components/jy-wallet/index.js";
|
||
|
const JyMineConetnt = () => "./components/jy-mine-content/index.js";
|
||
|
const JyCherryPick = () => "../../components/public/jy-cherry-pick/index.js";
|
||
|
const _sfc_main = {
|
||
|
__name: "mine",
|
||
|
setup(__props) {
|
||
|
return (_ctx, _cache) => {
|
||
|
return {
|
||
|
a: common_vendor.sr("footerMneuRef", "6af51e9e-4"),
|
||
|
b: common_vendor.p({
|
||
|
page: "mine"
|
||
|
})
|
||
|
};
|
||
|
};
|
||
|
}
|
||
|
};
|
||
|
wx.createPage(_sfc_main);
|