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