no message
This commit is contained in:
@@ -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('复制成功')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user