|
@@ -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('链接复制成功');
|
|
|
}
|