|
@@ -180,7 +180,7 @@ export default {
|
|
|
|
|
|
if (this.$userAgent.isMiniProgram) {
|
|
|
// 小程序环境
|
|
|
- await clipboard.writeText(url);
|
|
|
+ await clipboard.writeText(`${url} 唔即云手机`);
|
|
|
this.$toast.success('链接复制成功');
|
|
|
} else if (this.$userAgent.isApp) {
|
|
|
// app环境
|
|
@@ -192,7 +192,7 @@ export default {
|
|
|
});
|
|
|
} else {
|
|
|
// 浏览器环境
|
|
|
- await clipboard.writeText(url);
|
|
|
+ await clipboard.writeText(`${url} 唔即云手机`);
|
|
|
// throw new Error('1231');
|
|
|
this.$toast.success('链接复制成功');
|
|
|
}
|