|
|
@@ -589,7 +589,7 @@ export default {
|
|
|
if (!this.$util.isEmpty(detailInfo.showAddress) && address != detailInfo.showAddress){
|
|
|
address += "("+detailInfo.showAddress+")"
|
|
|
}
|
|
|
- let val = address+" "+receiveUserName+"\n"+receiveMobile
|
|
|
+ let val = address+" "+receiveUserName+" "+receiveMobile
|
|
|
const self = this
|
|
|
uni.setClipboardData({ data: val, success: function() { self.$msg("复制成功") } })
|
|
|
},
|