Merge branch 'master-xie'

This commit is contained in:
@fawn-nine
2023-09-22 17:35:16 +08:00
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>