订单评价, WIP

This commit is contained in:
quantulr
2024-05-11 17:21:15 +08:00
parent 67cdb9e667
commit 8e5986a8ef
11 changed files with 274 additions and 119 deletions

View File

@ -148,6 +148,7 @@
<view class="btn" wx:if="{{goods.status==5||goods.status==4}}" catchtap="del">删除订单</view>
<view class="btn" wx:if="{{goods.status==3}}" data-item='{{goods}}' data-logistics-num='{{goods.logisticsNum}}' data-logistics-name="{{goods.logisticsName}}" catchtap="viewLogisticsDetails">物流查询</view>
<view class="btn btn-red" catchtap="confirm" wx:if="{{goods.status==3}}">确认收货</view>
<view class="btn btn-red" catchtap="rate" wx:if="{{goods.status==4}}">评价</view>
</view>
<!-- 待支付 -->