|
@@ -8,7 +8,7 @@
|
|
|
<view class="address-des_bx content-box" @click="copyCustom(detailInfo)">
|
|
<view class="address-des_bx content-box" @click="copyCustom(detailInfo)">
|
|
|
<view>
|
|
<view>
|
|
|
<view style="overflow:hidden;text-overflow:ellipsis;white-space: nowrap;width:450upx;"> {{ detailInfo.customName }} {{ detailInfo.customMobile }}</view>
|
|
<view style="overflow:hidden;text-overflow:ellipsis;white-space: nowrap;width:450upx;"> {{ detailInfo.customName }} {{ detailInfo.customMobile }}</view>
|
|
|
- <view style="margin-bottom:20upx;color:#333333">店长:{{ detailInfo.customSuper.name||''}}</view>
|
|
|
|
|
|
|
+ <view style="margin-bottom:20upx;color:#333333">店长 {{ detailInfo.customSuper.name||''}}</view>
|
|
|
<view>
|
|
<view>
|
|
|
{{ detailInfo.customAddress}}
|
|
{{ detailInfo.customAddress}}
|
|
|
<block v-if="!$util.isEmpty(detailInfo.showAddress)">({{detailInfo.showAddress}})</block>
|
|
<block v-if="!$util.isEmpty(detailInfo.showAddress)">({{detailInfo.showAddress}})</block>
|
|
@@ -389,7 +389,7 @@ export default {
|
|
|
if (!this.$util.isEmpty(detailInfo.showAddress)){
|
|
if (!this.$util.isEmpty(detailInfo.showAddress)){
|
|
|
address += "("+detailInfo.showAddress+")"
|
|
address += "("+detailInfo.showAddress+")"
|
|
|
}
|
|
}
|
|
|
- let val = customName+" "+customMobile+"\n"+customSuper+"\n"+address
|
|
|
|
|
|
|
+ let val = customName+" "+customMobile+"\n"+address
|
|
|
const self = this
|
|
const self = this
|
|
|
uni.setClipboardData({
|
|
uni.setClipboardData({
|
|
|
data: val,
|
|
data: val,
|