zhaojs
2023-07-31 49edf3b5b18597aacc3c05529712fbbe9720a805
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);