update:vip完成

This commit is contained in:
2026-06-18 16:18:55 +08:00
parent 68f13910a3
commit 8d8ede5397
41 changed files with 1054 additions and 107 deletions

View File

@@ -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;