From 49edf3b5b18597aacc3c05529712fbbe9720a805 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期一, 31 七月 2023 14:38:03 +0800 Subject: [PATCH] no message --- unpackage/dist/dev/mp-weixin/pages/comparePrice/index.js | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/unpackage/dist/dev/mp-weixin/pages/comparePrice/index.js b/unpackage/dist/dev/mp-weixin/pages/comparePrice/index.js index be8a9f2..1bd604a 100644 --- a/unpackage/dist/dev/mp-weixin/pages/comparePrice/index.js +++ b/unpackage/dist/dev/mp-weixin/pages/comparePrice/index.js @@ -37,6 +37,19 @@ txtplaceholder: "1銆佹敮鎸佹窐瀹濄�佸ぉ鐚�佷含涓溿�佹姈闊炽�佹嫾澶氬绛夊钩鍙癨r\n2銆佽绮樿创鎮ㄩ渶瑕佽浆鎹㈢殑鍒嗕韩鏂囨/閾炬帴鍜屽彛浠�/鍟嗗搧閾炬帴;涓嶆敮鎸佸埜閾炬帴" }; }, + onShareAppMessage: function() { + return { + title: "鎼滀紭鎯犲埜", + path: "/pages/comparePrice/index" + // promise + }; + }, + onShareTimeline() { + return { + title: "鎼滀紭鎯犲埜", + path: "/pages/comparePrice/index" + }; + }, onLoad(options) { var postData = { postData: "OAID", @@ -225,4 +238,5 @@ })); } const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "E:/OPProject/TK_H5_Web/pages/comparePrice/index.vue"]]); +_sfc_main.__runtimeHooks = 6; wx.createPage(MiniProgramPage); -- Gitblit v1.9.3