ソースを参照

修改share地址问题

lemon橪 5 年 前
コミット
c8c531db17
1 ファイル変更1 行追加1 行削除
  1. 1 1
      components/m-share/index.vue

+ 1 - 1
components/m-share/index.vue

@@ -113,7 +113,7 @@ export default {
         uni.share({
           provider: "weixin",
           scene: scene,
-          href: configs.downloadLink + this.link,
+          href: configs.shareLink + this.link,
           imageUrl: this.thumbnail,
           type: 0,
           summary: this.goodsName,