订单字段完善
This commit is contained in:
@@ -57,8 +57,12 @@ const cancelOrder = async () => {
|
||||
<text>商品名:{{ data.vipName }}</text>
|
||||
<text>订单号:{{ data.orderId }}</text>
|
||||
<text>下单时间:{{ data.vipCreateAt }}</text>
|
||||
<text>支付时间:2025-01-31 09:27:34</text>
|
||||
<text>金额:{{ data.vipPrice }} 元</text>
|
||||
<text
|
||||
>支付时间:{{
|
||||
data.orderStatus === 4 ? data.paymentTime : ""
|
||||
}}</text
|
||||
>
|
||||
<text>金额:{{ data.total }} 元</text>
|
||||
<text>支付方式:微信</text>
|
||||
</view>
|
||||
<view v-if="data.orderStatus === 1">
|
||||
|
||||
Reference in New Issue
Block a user