Explorar el Código

修改share地址问题

lemon橪 hace 5 años
padre
commit
c8c531db17
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/m-share/index.vue

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

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