shish пре 6 година
родитељ
комит
01f55b25a0
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      mall/src/pages/pay/index.vue

+ 3 - 3
mall/src/pages/pay/index.vue

@@ -197,14 +197,14 @@ export default {
         getShopUser(true).then(res => {
           // 设置分享
           let shareParams = {
-            title: `点我付款`, // 分享标题
+            title: '', // 分享标题
             desc: "享随机优惠,最高20元", // 分享内容
             // #ifdef H5
-            imgUrl: `${this.$constant.imgUrl}/retail/pay/pay.png?v=1`,
+            imgUrl: `${this.$constant.imgUrl}/retail/pay/pay.png`,
             pagePath: `${this.$constant.formal}/#/pages/pay/index?account=${res.merchantId}&store=0&sourceType=3`,
             // #endif
             // #ifndef H5
-            imgUrl: `${this.$constant.imgUrl}/retail/pay/wxPay.png?v=1`,
+            imgUrl: `${this.$constant.imgUrl}/retail/pay/wxPay.png`,
             pagePath: `/pages/pay/index?account=${res.merchantId}&store=0&sourceType=3`
             // #endif
           };