备份改首页
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</view>
|
||||
<view class="cz_box">
|
||||
<view wx:if="{{item.Payed=='0'}}" bindtap="onshowpay" data-id="{{item.O_Id}}">付款</view>
|
||||
|
||||
<view wx:if="{{item.Payed=='1'}}" bindtap="onshowhxm" data-id="{{item.O_Id}}">查看核销码</view>
|
||||
<view wx:if="{{item.Payed=='2'||item.Payed=='8'}}" bindtap="onqysh" data-id="{{item.O_Id}}">确认收货</view> <view bindtap="onorderdetail" data-id="{{item.O_Id}}">查看详情</view>
|
||||
</view>
|
||||
<view class="products" wx:for="{{item.pics}}" wx:for-item="pitem">
|
||||
@@ -91,6 +91,29 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="Hidden_box" hidden="{{orderhxmHidden}}" bindtap="closeorderhxm">
|
||||
<view class="Hidden_box_to hxm-box" catchtap="inorderpay">
|
||||
<view class="Hidden_box_title">
|
||||
<text>核销码</text>
|
||||
<view class="close" bindtap="closeorderhxm"><image src="../../images/close.png" /></view>
|
||||
</view>
|
||||
<view class="hxm-body">
|
||||
<view class="hxm-info">
|
||||
<text class="hxm-label">核销码:</text>
|
||||
<text class="hxm-code">{{orderhxm}}</text>
|
||||
</view>
|
||||
<view wx:if="{{qrcodeurl}}" class="qrcode-section">
|
||||
<text class="qrcode-label">扫码核销二维码:</text>
|
||||
<view class="qrcode-box">
|
||||
<image src="{{qrcodeurl}}" mode="aspectFit" class="qrcode-image"></image>
|
||||
</view>
|
||||
</view>
|
||||
<view class="hxm-tips">
|
||||
<text>温馨提示:请向提货点工作人员出示此核销码{{qrcodeurl?'或二维码':''}}进行核销</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<loading hidden="{{loadingHidden}}">
|
||||
加载中...
|
||||
</loading>
|
||||
Reference in New Issue
Block a user