Kaynağa Gözat

Merge branch 'feature/邀请好友活动' of Software/android-cloud-H5 into develop

zengzhixiang 2 yıl önce
ebeveyn
işleme
96464beec6
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      pages/activity/invite-user/index.vue

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

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