接口更新

This commit is contained in:
@fawn-nine
2023-09-22 17:34:42 +08:00
parent 24c0363a45
commit b902557a6a
3 changed files with 191 additions and 120 deletions

View File

@@ -50,7 +50,7 @@
<br clear="both">
</view>
<!-- <view class="orderOper" v-if="orderContet.orderStatus=='3'"> -->
<view class="orderOper" >
<view class="orderOper" v-if="item.orderStatus == 3">
<view style="width: 100%; text-align: right;">
<view v-if="userRecordid == null" @click.stop="pingji(item.productId)" class="opCan" >评价</view>
<view v-else @click.stop="showZhuiping(item.productId)" class="opCan" >追评</view>