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) }} - 活动价 + + + + + + + + + + + + + + + + 医学 + 国学心理学 + + + + + + + + + + + + + + + + + + + + VIP + + + + {{item.text}}VIP + ({{item.endTime.split(' ')[0]}} 已到期) + (有效期到 {{item.endTime.split(' ')[0]}}) + + + 办理VIP,畅享更多专属权益 + + + + + + + + + + + 天医币 + + {{userMes.peanutCoin ? userMes.peanutCoin : 0}} + + + + + 积分 + + + {{userMes.jf ? userMes.jf : 0}} + + + + 优惠券 + + + {{userCouponNum}} + + + + 充 值 + + + + + + + + + + + + + + + + + + + + + + + + 温馨提示 + + + +     【天医币】仅为我平台支付使用币种 。 + 一人民币=一天医币,仅为了方便用户支付使用。
【天医币】可以用于在我平台支付书籍或课程使用。 +
【天医币】这个名称是为适应我们平台的定位属性,所起名称。与区块链虚拟货币无任何关系。 +
+ + + + + + +
+
+
+ + + + + + + + \ 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}`, });