优化
This commit is contained in:
@@ -33,6 +33,14 @@ const _sfc_main = {
|
||||
mounted() {
|
||||
this.createModule = this.$refs.createModule;
|
||||
},
|
||||
onShareAppMessage(res) {
|
||||
if (res.from === "menu") {
|
||||
return {
|
||||
title: "分享",
|
||||
path: "/pages/Home/Home"
|
||||
};
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
// 刷新
|
||||
onRefresherRefresh() {
|
||||
@@ -70,7 +78,7 @@ const _sfc_main = {
|
||||
this.pkList.push(...res.data);
|
||||
this.triggered = false;
|
||||
} else {
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/pkInformation.vue:217", res.msg);
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/pkInformation.vue:225", res.msg);
|
||||
}
|
||||
});
|
||||
},
|
||||
@@ -146,7 +154,7 @@ const _sfc_main = {
|
||||
duration: 3e3
|
||||
});
|
||||
} else {
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/pkInformation.vue:293", res.msg);
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/pkInformation.vue:301", res.msg);
|
||||
}
|
||||
});
|
||||
},
|
||||
@@ -281,5 +289,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
});
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-36b7ee78"]]);
|
||||
_sfc_main.__runtimeHooks = 2;
|
||||
wx.createPage(MiniProgramPage);
|
||||
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/pages/Mine/minecomponents/pkInformation.js.map
|
||||
|
||||
Reference in New Issue
Block a user