|
@@ -3,7 +3,7 @@
|
|
<text class='tips'>填写收货地址</text>
|
|
<text class='tips'>填写收货地址</text>
|
|
<button class='nxh__button' bindtap='useWxAddress'>使用微信地址</button>
|
|
<button class='nxh__button' bindtap='useWxAddress'>使用微信地址</button>
|
|
</view>
|
|
</view>
|
|
- <view class='order' wx:for='{{list}}' wx:key='{{index}}'>
|
|
+ <view class='order' wx:for='{{list}}' wx:key='{{index}}' bindlongtap='delOrder'>
|
|
<text class='title'>{{item.name}}</text>
|
|
<text class='title'>{{item.name}}</text>
|
|
<view class='oper'>
|
|
<view class='oper'>
|
|
<text class='price'>¥ {{item.price}}</text>
|
|
<text class='price'>¥ {{item.price}}</text>
|