update:vip完成
This commit is contained in:
@@ -80,15 +80,15 @@ onShow(() => {
|
||||
>{{ orderStatusNames[item.orderStatus] }}</view
|
||||
>
|
||||
<text>{{ item.vipName }}</text>
|
||||
<!-- <text>订单号:{{ item.orderId }}</text> -->
|
||||
<!-- <text>创建时间:{{ item.vipCreateAt }}</text> -->
|
||||
<text
|
||||
<text>订单号:{{ item.orderId }}</text>
|
||||
<text>创建时间:{{ item.orderCreateAt }}</text>
|
||||
<!-- <text
|
||||
>支付时间:{{
|
||||
item.orderStatus === 4 ? item.paymentTime : ""
|
||||
}}</text
|
||||
>
|
||||
> -->
|
||||
<text>金额:{{ item.total }} 元</text>
|
||||
<text>支付方式:微信</text>
|
||||
<!-- <text>支付方式:微信</text> -->
|
||||
<!-- <text class="renew-action" @click.stop="openAutoRenewDialog(item)">
|
||||
自动续费
|
||||
</text> -->
|
||||
@@ -135,6 +135,7 @@ onShow(() => {
|
||||
.order-item > text:nth-child(2) {
|
||||
color: #333333;
|
||||
font-size: 30rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
.order-item > text {
|
||||
color: #666666;
|
||||
|
||||
Reference in New Issue
Block a user