Fix:4449 【旅居商城小程序】待付款自动取消的订单,订单详情页-支付状态应改为“未支付”
This commit is contained in:
@@ -124,7 +124,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="info-item">
|
<view class="info-item">
|
||||||
<text class="label">支付状态</text>
|
<text class="label">支付状态</text>
|
||||||
<text class="value">{{orderInfo._status._type !== '0' ? '已支付' : '未支付'}}</text>
|
<text class="value">{{orderInfo._status._type !== '0' && orderInfo._status._type !== '9' ? '已支付' : '未支付'}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="info-item">
|
<view class="info-item">
|
||||||
<text class="label">支付方式</text>
|
<text class="label">支付方式</text>
|
||||||
@@ -555,6 +555,7 @@ export default {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
font-size: 24rpx;
|
||||||
}
|
}
|
||||||
.copy-btn {
|
.copy-btn {
|
||||||
color: #1890ff;
|
color: #1890ff;
|
||||||
|
|||||||
Reference in New Issue
Block a user