问题修复,下单优化,订单结算问题修复

This commit is contained in:
2025-10-31 16:30:47 +08:00
parent 09fc28de06
commit 31d91f7de5
10 changed files with 379 additions and 148 deletions

View File

@@ -69,7 +69,7 @@
<text class="color-666" v-if="item.status == 'success'"
>已入账</text
>
<text class="color-666" v-if="item.status == 'REFUND'"
<text class="color-666" v-if="item.status == 'refund'"
>已退款</text
>
</view>
@@ -80,12 +80,12 @@
<text class="color-333 font-700">{{ item.orderNo }}</text>
</view>
<view class="money">
<text class="money reduce" v-if="item.status == 'REFUND'"
<text class="money reduce" v-if="item.status == 'refund'"
>-{{ item.rewardAmount }}</text
>
<text class="money" v-else>+{{ item.rewardAmount }}</text>
<text class="tag" v-if="item.status == 'REFUND'">订单退款</text>
<text class="tag" v-if="item.status == 'refund'">订单退款</text>
<text class="tag" v-else-if="item.level == 1"
>(订单一级分成)</text
>
@@ -205,7 +205,7 @@ const statusList = ref([
fontSize: "16",
},
{
value: "REFUND",
value: "refund",
name: "已退款",
color: "#333",
fontSize: "16",