|
|
@@ -215,12 +215,12 @@
|
|
|
</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="!$util.isEmpty(shopInfo.address)">
|
|
|
+ <view v-if="validAddress">
|
|
|
<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>
|
|
|
<view v-else>
|
|
|
- <view><text style="color:#CCCCCC;">请完善门店地址</text></view>
|
|
|
+ <view><text style="color:red;font-weight:bold;font-size:30upx;">请填写您的地址</text></view>
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
@@ -246,7 +246,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view v-else style="text-align: center; padding: 20upx 0;">
|
|
|
- <text v-if="validAddress">正在获取运费...</text><text v-else style="color:red;font-weight:bold;font-size:32upx;">上面地址缺失或有问题,请修改</text>
|
|
|
+ <text v-if="validAddress">正在获取运费...</text><text v-else style="color:red;font-weight:bold;font-size:32upx;" @click="modifyAddress">收货地址缺失,请填写</text>
|
|
|
</view>
|
|
|
</tui-list-cell>
|
|
|
|