You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
286 B

<view wx:if="{{ address }}" bindtap="bindTapAddress">
<text>{{address.province}} {{address.city}} {{address.county}} {{address.detail}}</text>
<view>
<text>修改地址</text>
</view>
</view>
<view wx:else bindtap="bindTapAddress">
<text>填写收货地址</text>
</view>