问题修复,下单优化,订单结算问题修复
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user