This commit is contained in:
xiaozhiyong
2024-02-28 15:45:30 +08:00
parent 1410072142
commit eb174869a4
9 changed files with 758 additions and 15 deletions

View File

@@ -99,7 +99,7 @@
</view>
<view style="margin-bottom:33rpx;" class="smallText">{{details.createTime}}</view>
<view @tap="refund" :style="{background:details.orderStatus==1?'':'#bbbbbb'}" class="refund felx justifyContent alignItems">退款</view>
<view @tap="refund" v-if="!customerList.includes(details.createSource)" :style="{background:details.orderStatus==1?'':'#bbbbbb'}" class="refund felx justifyContent alignItems">退款</view>
</view>
</view>
</view>
@@ -141,6 +141,7 @@
},
data() {
return {
customerList:['HLL','FENGTU'],
details:{},
show:{
img:false,