From f82345a22912f6dcf3bc7eec14eae9f4ff95efe7 Mon Sep 17 00:00:00 2001 From: dongjian <315328220@qq.com> Date: Mon, 17 Nov 2025 18:10:45 +0800 Subject: [PATCH] no message --- components/common/share-popup.vue | 5 +++-- components/mescroll-uni/components/mescroll-top.vue | 2 +- pages/other_package/productInfo/productInfo.vue | 13 ++++++++++--- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/components/common/share-popup.vue b/components/common/share-popup.vue index 1a2121d..9a4ac85 100644 --- a/components/common/share-popup.vue +++ b/components/common/share-popup.vue @@ -91,9 +91,10 @@ }, onBtn(index){ if(index == 2){ + let tmp = `【信任桥】消费共享数字化权益 ${this.qrvalue} ${this.text}`; // #ifdef APP-PLUS uni.setClipboardData({ - data:this.qrvalue, + data:tmp, success:function(res){ uni.getClipboardData({ success:function(res){ @@ -104,7 +105,7 @@ }) // #endif // #ifdef H5 - this.$copyText(this.qrvalue).then(res=>{ + this.$copyText(tmp).then(res=>{ console.log('resresresres',res) Func.myToast('复制成功') }) diff --git a/components/mescroll-uni/components/mescroll-top.vue b/components/mescroll-uni/components/mescroll-top.vue index 5115fd8..b500a3e 100644 --- a/components/mescroll-uni/components/mescroll-top.vue +++ b/components/mescroll-uni/components/mescroll-top.vue @@ -3,7 +3,7 @@