修改配送服务选择地址提示
This commit is contained in:
parent
ee7c3e9f19
commit
7ffa4cd25f
|
@ -49,11 +49,11 @@
|
|||
<view class="common-form-container">
|
||||
<view class="input-item">
|
||||
<view class="title-box">
|
||||
<text>服务地址</text>
|
||||
<text>地址</text>
|
||||
</view>
|
||||
<view class="input-box map" @click="selectPickupAddress">
|
||||
<view class="address-text limit-line clamp-1" :class="{ active: pickupAddress.text }">
|
||||
{{ pickupAddress.text ? pickupAddress.text : "点击选择服务地址" }}
|
||||
{{ pickupAddress.text ? pickupAddress.text : "点击选择地址" }}
|
||||
</view>
|
||||
<text class="iconfont icon-dingwei"></text>
|
||||
</view>
|
||||
|
@ -104,11 +104,11 @@
|
|||
<view class="common-form-container">
|
||||
<view class="input-item">
|
||||
<view class="title-box">
|
||||
<text>服务地址</text>
|
||||
<text>地址</text>
|
||||
</view>
|
||||
<view class="input-box map" @click="selectUnloadAddress">
|
||||
<view class="address-text limit-line clamp-1" :class="{ active: unloadAddress.text }">
|
||||
{{ unloadAddress.text ? unloadAddress.text : "点击选择服务地址" }}
|
||||
{{ unloadAddress.text ? unloadAddress.text : "点击选择地址" }}
|
||||
</view>
|
||||
<text class="iconfont icon-dingwei"></text>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue