Commit f326fa2b authored by liuzeheng's avatar liuzeheng

仓库电话

parent b3f35561
......@@ -188,6 +188,7 @@
let str = this.$lang.lang.finsh.orderNo+' : '+this.orderData.orderNo+'\n'+this.$lang.lang.create.marks+' : '+this.orderData.marks
str = str +'\n'+ this.$lang.lang.orderInfo.ballAddress+' : '+(this.orderData.logisticsInfoDto?(this.$lang.locale=='zh'?this.orderData.logisticsInfoDto.destTitleZh:this.orderData.logisticsInfoDto.destTitleEn):'')
str = str +'\n' + this.$lang.lang.finsh.saddress + ' : '+ (this.orderData.logisticsInfoDto?this.orderData.logisticsInfoDto.startAddressZh:'')
str = str +'\n' + this.$lang.lang.finsh.phone + ' : '+ (this.orderData.logisticsInfoDto?this.orderData.logisticsInfoDto.startTell:'')
uni.setClipboardData({
data:str,
success:()=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment