备份改首页

This commit is contained in:
lym
2026-03-27 22:27:00 +08:00
parent c91a4c5462
commit c93c946f13
13 changed files with 667 additions and 34 deletions

View File

@@ -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>