修改淘宝交易成功
This commit is contained in:
parent
dbc666a90d
commit
1f71a0240d
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
<view v-if="order && currentFilter != 4">
|
||||
<view v-if="order.statusType == 'wait_recv' || order.statusType == 'refunding'" class="card status-box"
|
||||
:style="{ 'margin-bottom': order.statusType == 'refunding' ? '16rpx' : '0' }">
|
||||
:style="{ 'margin-bottom': order.statusType == 'refunding' ? '16rpx' : '0', padding: order.statusType == 'refunding' ? '28rpx 32rpx' : '22rpx 32rpx' }">
|
||||
<image style="width: 34rpx;height: 34rpx;flex-shrink: 0;margin-right: 8rpx;"
|
||||
:src="`/static/image/shopping/taobao/detail/${(order.statusType == 'wait_recv' && order.isSignFor || order.statusType == 'refunding') ? 'yiqianshou' : 'yunshuzhong'}.png`"
|
||||
mode="aspectFill"></image>
|
||||
|
|
@ -147,7 +147,7 @@
|
|||
</text>
|
||||
<text>x{{ item?.count }}</text>
|
||||
</view>
|
||||
<view class="refunding-desc">
|
||||
<view class="refunding-desc" v-if="order.statusType == 'refunding'">
|
||||
<view class="flex-align-center">
|
||||
<text class="label" style="color:#F37120">退款成功</text>
|
||||
<text class="value">{{ order.statusDesc }}</text>
|
||||
|
|
@ -803,7 +803,7 @@ onUnmounted(() => {
|
|||
}
|
||||
|
||||
.status-box {
|
||||
padding: 16rpx 32rpx;
|
||||
padding: 22rpx 32rpx;
|
||||
background-color: #FFFFFF;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Reference in New Issue