|
@@ -61,7 +61,7 @@
|
|
|
<view class="address-item" @tap="toaddress(2)">
|
|
|
<view class="top u-flex u-col-center">
|
|
|
<text class="text1" style="background-color: #E8380A;">终</text>
|
|
|
- <text class="text2">{{addresstext2 || '请选择地址'}}{{addresstext2 || ''}}</text>
|
|
|
+ <text class="text2">{{addresstext2 || '请选择地址'}}{{addressdesc2 || ''}}</text>
|
|
|
<input type="text" class="text3" placeholder="填写联系电话" :disabled="true" v-model="addressphone2" />
|
|
|
<u-icon name="arrow-right"></u-icon>
|
|
|
</view>
|