修改淘宝交易成功

This commit is contained in:
tangxinyue 2026-06-15 13:44:40 +08:00
parent dbc666a90d
commit 1f71a0240d
1 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@
<view v-if="order && currentFilter != 4"> <view v-if="order && currentFilter != 4">
<view v-if="order.statusType == 'wait_recv' || order.statusType == 'refunding'" class="card status-box" <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;" <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`" :src="`/static/image/shopping/taobao/detail/${(order.statusType == 'wait_recv' && order.isSignFor || order.statusType == 'refunding') ? 'yiqianshou' : 'yunshuzhong'}.png`"
mode="aspectFill"></image> mode="aspectFill"></image>
@ -147,7 +147,7 @@
</text> </text>
<text>x{{ item?.count }}</text> <text>x{{ item?.count }}</text>
</view> </view>
<view class="refunding-desc"> <view class="refunding-desc" v-if="order.statusType == 'refunding'">
<view class="flex-align-center"> <view class="flex-align-center">
<text class="label" style="color:#F37120">退款成功</text> <text class="label" style="color:#F37120">退款成功</text>
<text class="value">{{ order.statusDesc }}</text> <text class="value">{{ order.statusDesc }}</text>
@ -803,7 +803,7 @@ onUnmounted(() => {
} }
.status-box { .status-box {
padding: 16rpx 32rpx; padding: 22rpx 32rpx;
background-color: #FFFFFF; background-color: #FFFFFF;
display: flex; display: flex;
align-items: center; align-items: center;