|
@@ -7,7 +7,7 @@
|
|
|
<!-- 添加地址 -->
|
|
<!-- 添加地址 -->
|
|
|
<view wx:if="{{ hasInstrument }}" class="addBuyer" bind:tap="onSelectAddress">
|
|
<view wx:if="{{ hasInstrument }}" class="addBuyer" bind:tap="onSelectAddress">
|
|
|
<view class="addBuyer-left">
|
|
<view class="addBuyer-left">
|
|
|
- <view class="info selected" wx:if="{{ receiveAddress }}">
|
|
|
|
|
|
|
+ <view class="info selected {{ goodsInfo.orderNo ? 'selectedOrderNo' : '' }}" wx:if="{{ receiveAddress }}">
|
|
|
<view class="address">
|
|
<view class="address">
|
|
|
<image src="./images/icon-address.png" class="icon-man {{ receiveAddress ? 'selected' : '' }}"></image>
|
|
<image src="./images/icon-address.png" class="icon-man {{ receiveAddress ? 'selected' : '' }}"></image>
|
|
|
<text class="userName">{{ receiveAddressInfo.name }}</text>
|
|
<text class="userName">{{ receiveAddressInfo.name }}</text>
|