From 5d17820abc7f57a484d0ffdcf65b964e3982b080 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com>
Date: Fri, 18 Apr 2025 16:34:23 +0800
Subject: [PATCH] tijiao
---
pages/goods/order/index.vue | 12 +-
pages/mine/mine/index.vue | 1053 +++++++++++++++++++++++++++++++++++
pages/mine/vip/index.vue | 1 +
3 files changed, 1060 insertions(+), 6 deletions(-)
diff --git a/pages/goods/order/index.vue b/pages/goods/order/index.vue
index 47107d2..5266509 100644
--- a/pages/goods/order/index.vue
+++ b/pages/goods/order/index.vue
@@ -76,16 +76,16 @@
slotProps.row.vipPrice != null
"
>
- ¥{{ slotProps.row.vipPrice.toFixed(2) }}
- VIP到手价
- ¥{{ slotProps.row.activityPrice.toFixed(2) }}
- 活动价
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 医学
+ 国学心理学
+
+
+
+
+
+ {{ userMes.nickname ? userMes.nickname : "未设置" }}
+
+
+ 手机号:({{ userMes.tel }})
+
+
+
+
+ {{item}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ VIP
+
+
+
+ {{item.text}}VIP
+ ({{item.endTime.split(' ')[0]}} 已到期)
+ (有效期到 {{item.endTime.split(' ')[0]}})
+
+
+ 办理VIP,畅享更多专属权益
+
+
+
+
+
+
+
+
+
+
+ 天医币
+
+ {{userMes.peanutCoin ? userMes.peanutCoin : 0}}
+
+
+
+
+ 积分
+
+
+ {{userMes.jf ? userMes.jf : 0}}
+
+
+
+ 优惠券
+
+
+ {{userCouponNum}}
+
+
+
+ 充 值
+
+
+
+
+
+
+
+
+
+ {{ hufenNumber }}湖分
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/mine/vip/index.vue b/pages/mine/vip/index.vue
index 407b7a2..9e6512f 100644
--- a/pages/mine/vip/index.vue
+++ b/pages/mine/vip/index.vue
@@ -199,6 +199,7 @@ export default {
}); // 这里转换成 字符串
console.log('mynavData at line 192:', mynavData)
+ this.$refs.commonSelectGoods.close();
uni.navigateTo({
url: `/pages/goods/order/index?data=${mynavData}`,
});