优化页面
This commit is contained in:
20
unpackage/dist/dev/mp-weixin/pages/Mine/Mine.js
vendored
20
unpackage/dist/dev/mp-weixin/pages/Mine/Mine.js
vendored
@@ -17,6 +17,21 @@ const _sfc_main = {
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
pkInformation() {
|
||||
common_vendor.index.navigateTo({
|
||||
url: "/pages/Mine/minecomponents/pkInformation"
|
||||
});
|
||||
},
|
||||
pkRecord() {
|
||||
common_vendor.index.navigateTo({
|
||||
url: "/pages/Mine/minecomponents/pkRecord"
|
||||
});
|
||||
},
|
||||
contact() {
|
||||
common_vendor.index.navigateTo({
|
||||
url: "/pages/Mine/minecomponents/contact"
|
||||
});
|
||||
},
|
||||
goSetting() {
|
||||
common_vendor.index.navigateTo({
|
||||
url: "/pages/Setting/Setting"
|
||||
@@ -58,7 +73,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
b: common_vendor.t($data.userinfo.nickName),
|
||||
c: common_assets._imports_0$2,
|
||||
d: common_vendor.o$1((...args) => $options.goSetting && $options.goSetting(...args)),
|
||||
e: common_vendor.o$1((...args) => $options.logout && $options.logout(...args))
|
||||
e: common_vendor.o$1((...args) => $options.pkInformation && $options.pkInformation(...args)),
|
||||
f: common_vendor.o$1((...args) => $options.pkRecord && $options.pkRecord(...args)),
|
||||
g: common_vendor.o$1((...args) => $options.contact && $options.contact(...args)),
|
||||
h: common_vendor.o$1((...args) => $options.logout && $options.logout(...args))
|
||||
};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-402ad917"]]);
|
||||
|
||||
Reference in New Issue
Block a user