|
|
@@ -215,7 +215,8 @@
|
|
|
</tui-list-cell>
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="true" v-if="displayAddress == true" @click="modifyAddress">
|
|
|
<view class="tui-title">收花地址</view>
|
|
|
- <view v-if="validAddress">
|
|
|
+ <!-- 源花汇和镜中的客户,不要求客户地址完整 -->
|
|
|
+ <view v-if="validAddress || ghsInfo.shopId==10649 || ghsInfo.shopId ==33668">
|
|
|
<view style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:420upx;"><text>{{shopInfo.address}}</text></view>
|
|
|
<view v-if="shopInfo.showAddress!=shopInfo.fullAddress" style="color:#848181;"><text>{{shopInfo.showAddress}}</text></view>
|
|
|
</view>
|