Explorar el Código

fix(邀请好友): 修复邀请好友链接错误

zengzhixiang hace 2 años
padre
commit
25d9d2eff0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/activity/invite-user/index.vue

+ 1 - 1
pages/activity/invite-user/index.vue

@@ -336,7 +336,7 @@ export default {
         this.$native.share(this.shareInfo);
       } else {
         // 浏览器环境
-        await clipboard.writeText(`${this.shareInfo.gotoUrl} 唔即云手机`);
+        await clipboard.writeText(`${this.shareInfo.link} 唔即云手机`);
         // throw new Error('1231');
         this.$toast.success('链接复制成功');
       }