|
@@ -7,7 +7,7 @@
|
|
|
<view class="address-des_bx content-box">
|
|
<view class="address-des_bx content-box">
|
|
|
<view @click.stop="goCustom(detailInfo)">
|
|
<view @click.stop="goCustom(detailInfo)">
|
|
|
<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;padding:10upx 0 10upx 0;">店长 {{ detailInfo.customSuper.name||''}}</view>
|
|
|
|
|
|
|
+ <view style="margin-bottom:20upx;color:#333333;padding:10upx 0 20upx 0;">店长 {{ detailInfo.customSuper.name||''}}</view>
|
|
|
<view style="margin-bottom:15upx;color:black;">{{ detailInfo.customAddress}}</view>
|
|
<view style="margin-bottom:15upx;color:black;">{{ detailInfo.customAddress}}</view>
|
|
|
<view v-if="!$util.isEmpty(detailInfo.showAddress) && detailInfo.showAddress != detailInfo.customAddress" style="color:#656363;">{{detailInfo.showAddress}}</view>
|
|
<view v-if="!$util.isEmpty(detailInfo.showAddress) && detailInfo.showAddress != detailInfo.customAddress" style="color:#656363;">{{detailInfo.showAddress}}</view>
|
|
|
</view>
|
|
</view>
|