diff --git a/main.js b/main.js
index 7dc6157..c5103c6 100644
--- a/main.js
+++ b/main.js
@@ -86,6 +86,8 @@ import config from 'uview-ui/libs/config/config'
Vue.component("mescroll-body", MescrollBody);
import commonList from '@/pages/component/commonComponents/list.vue'
Vue.component('common-list', commonList);
+import commonOrderSubmit from '@/pages/component/commonComponents/orderSubmit.vue'
+Vue.component('common-order-submit', commonOrderSubmit);
import commonVideo from '@/pages/component/commonComponents/video/index.vue'
Vue.component('common-video', commonVideo);
import commonCoupon from '@/pages/component/commonComponents/coupon/index.vue'
@@ -108,6 +110,8 @@ import commonAddress from '@/pages/component/commonComponents/address/index.vue'
Vue.component('common-address', commonAddress);
import commonSelectGoods from '@/pages/component/commonComponents/selectGoods.vue'
Vue.component('common-select-goods', commonSelectGoods);
+import commonSelectVip from '@/pages/component/commonComponents/selectVip.vue'
+Vue.component('common-select-vip', commonSelectVip);
import commonAdvertisement from '@/pages/component/commonComponents/advertisement.vue'
Vue.component('common-advertisement', commonAdvertisement);
import commonVideoIos from '@/pages/component/commonComponents/video/ios.nvue'
diff --git a/pages/component/commonComponents/orderSubmit.vue b/pages/component/commonComponents/orderSubmit.vue
new file mode 100644
index 0000000..8c629e2
--- /dev/null
+++ b/pages/component/commonComponents/orderSubmit.vue
@@ -0,0 +1,2425 @@
+
+
+
+
+
+
+
+
+
+ {{ addressData.address }}
+
+ {{ addressData.consigneeName }}
+ {{ addressData.consigneePhone }}
+
+
+
+
+
+ 请添加收货地址
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ orderNumber }}
+
+
+
+
+ X {{ orderNumber }}
+
+
+
+
+
+
+
+ {{ v.text }}
+
+
+
+ {{ remark == "" ? v.placeholder : remark }}
+
+
+
+
+
+
+
+
+ 价格明细
+
+
+
+
+
+
+
+
+
+ VIP
+ 专享立减
+ {{ v.text }}
+
+
+ (全部积分:{{ initData.user.jf }})
+
+
+
+
+ ¥{{ Number(totalPrice).toFixed(2) }}
+
+
+ ¥{{
+ isShowAddress ? freightNum.toFixed(2) : Number(0).toFixed(2)
+ }}
+
+
+
+
+ 不可用
+
+ 共 {{ selectcouponList.length }} 张
+
+
+
+
+
+ 暂无可用优惠券
+
+
+
+ - ¥ {{ curCoupon.couponEntity.couponAmount }}
+ 重新选择
+
+
+
+
+ -¥{{ jfNumberShow }}
+
+
+ - ¥{{ districtAmount.toFixed(2) }}
+
+
+ - ¥{{ vipPrice.toFixed(2) }}
+
+
+
+
+
+
+ 可用积分({{ jfNumberMax }}分)
+
+
+
+
+
+
+
+
+ 支付方式
+
+
+
+
+
+
+
+ {{ v.text }}
+
+ (余额:{{
+ initData && initData.user ? initData.user.peanutCoin : 0
+ }})
+
+
+ {{ v.text }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确保您的天医币足够支付
+
+
+ 立即充值
+
+
+
+ 说明
+ 1. 1天医币 = 1元人民币
+
+ 2.若有疑问或意见请致电客服
+ 022-24142321
+
+
+ 3.非中国大陆用户可以信用卡支付。简单快捷,推荐使用!
+ 支付时使用的信用卡需要带有Visa或MasterCard的标识。请向邮箱
+
+ publisher@tmrjournals.com
+
+ (点击复制)发送支付请求,内容需包含:拟购买的课程名称、支付金额、APP注册姓名及手机号码,或者加一路健康客服微信(
+
+ yilujiankangkefu )(点击复制)联系我们,我们将在24小时内向您的邮箱或者微信发送支付链接,根据提示即可完成信用卡支付,无需兑换外币。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 合计:
+
+
+
+ ¥{{ Number(actualPayment).toFixed(2) }}
+
+
+ +
+
+
+ {{ jfNumber }} 积分
+
+
+
+
+
+
+
+
+
+
+
+ * 我已阅读并同意《会员服务协议》
+
+
+
+
+
+
+
+
+
+
+
+ {{ xieyi.title }}
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/component/commonComponents/selectGoods.vue b/pages/component/commonComponents/selectGoods.vue
index c0117ae..0ed69ce 100644
--- a/pages/component/commonComponents/selectGoods.vue
+++ b/pages/component/commonComponents/selectGoods.vue
@@ -176,6 +176,7 @@ export default {
"customButtonGroup1",
"buyOptions",
"isFudu", // 是否复读
+ "type", // 页面类型
],
data() {
return {
diff --git a/pages/component/commonComponents/selectVip.vue b/pages/component/commonComponents/selectVip.vue
new file mode 100644
index 0000000..89145c9
--- /dev/null
+++ b/pages/component/commonComponents/selectVip.vue
@@ -0,0 +1,393 @@
+
+
+
+
+
+
+
+
diff --git a/pages/goods/order/index.vue b/pages/goods/order/index.vue
index 198927a..4c97963 100644
--- a/pages/goods/order/index.vue
+++ b/pages/goods/order/index.vue
@@ -4,1854 +4,344 @@
-
-
+
-
-
-
- {{ addressData.address }}
-
- {{ addressData.consigneeName }}
- {{ addressData.consigneePhone }}
-
-
-
-
-
- 请添加收货地址
-
-
-
-
-
-
-
-
-
- VIP优惠
-
-
-
-
-
- {{ v.productName }}
-
-
-
- ¥{{ v.vipPrice.toFixed(2) }}
- VIP到手价
- ¥{{ Number(v.price).toFixed(2) }}
-
-
-
- ¥{{ v.activityPrice.toFixed(2) }}
- 活动价
- ¥{{ Number(v.price).toFixed(2) }}
-
-
- ¥{{ Number(v.price).toFixed(2) }}
-
-
-
-
- {{ orderNumber }}
-
-
-
-
-
-
-
-
-
-
-
- {{ v.text }}
-
-
-
- {{ remark == "" ? v.placeholder : remark }}
-
-
-
-
-
-
-
-
- 价格明细
-
-
-
-
-
-
-
-
-
- VIP
- 专享立减
- {{ v.text }}
-
-
- (全部积分:{{ initData.user.jf }})
-
-
-
-
- ¥{{ Number(totalPrice).toFixed(2) }}
-
-
- ¥{{
- isShowAddress ? freightNum.toFixed(2) : Number(0).toFixed(2)
- }}
-
-
-
-
- 不可用
-
- 共 {{ selectcouponList.length }} 张
-
-
-
-
-
- 暂无可用优惠券
-
-
-
- - ¥ {{ curCoupon.couponEntity.couponAmount }}
- 重新选择
-
-
-
-
- -¥{{ jfNumberShow }}
-
-
- - ¥{{ districtAmount.toFixed(2) }}
-
-
- - ¥{{ vipPrice.toFixed(2) }}
-
-
-
-
-
-
- 可用积分({{ jfNumberMax }}分)
-
-
-
-
-
-
-
-
- 支付方式
-
-
-
-
-
-
-
- {{ v.text }}
-
- (余额:{{
- initData && initData.user ? initData.user.peanutCoin : 0
- }})
-
-
- {{ v.text }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 确保您的天医币足够支付
-
-
- 立即充值
-
-
-
- 说明
- 1. 1天医币 = 1元人民币
-
- 2.若有疑问或意见请致电客服
- 022-24142321
-
-
- 3.非中国大陆用户可以信用卡支付。简单快捷,推荐使用!
- 支付时使用的信用卡需要带有Visa或MasterCard的标识。请向邮箱
-
- publisher@tmrjournals.com
-
- (点击复制)发送支付请求,内容需包含:拟购买的课程名称、支付金额、APP注册姓名及手机号码,或者加一路健康客服微信(
-
- yilujiankangkefu )(点击复制)联系我们,我们将在24小时内向您的邮箱或者微信发送支付链接,根据提示即可完成信用卡支付,无需兑换外币。
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 合计:
-
-
-
- ¥{{ Number(actualPayment).toFixed(2) }}
-
-
- +
-
-
- {{ jfNumber }} 积分
-
-
-
-
-
-
-
-
-
-
-
-
-
+ style=""
+ >VIP优惠
+
+
+
+
+
+
+
+
+
+ {{ slotProps.row.title
+ }}{{ slotProps.row.year }}年
+ {{ slotProps.row.productName }}
+
+
+
+ ¥{{ slotProps.row.vipPrice.toFixed(2) }}
+ VIP到手价
+ ¥{{ Number(slotProps.row.price).toFixed(2) }}
+
+
+
+ ¥{{ slotProps.row.activityPrice.toFixed(2) }}
+ 活动价
+ ¥{{ Number(slotProps.row.price).toFixed(2) }}
+
+
+ ¥{{ Number(slotProps.row.price).toFixed(2) }}
+
+
diff --git a/pages/mine/vip/index.vue b/pages/mine/vip/index.vue
index c315ad1..9e6512f 100644
--- a/pages/mine/vip/index.vue
+++ b/pages/mine/vip/index.vue
@@ -1,289 +1,403 @@
-
-
-
-
-
- {{item.title}}
- 还有{{item.tip}}天到期
-
- 已过期
-
-
-
-
- 课程价格:
- 一年{{item.originalPrice||0}}元
-
-
-
- 去办理
- 去续费
-
-
-
- 超级VIP价格:
- VIP价格:
-
- {{item_price.year}}年{{item_price.rebateFee}}元
-
-
-
- 延期价格:
-
- {{item_yq.year}}年{{item_yq.rebateFee}}元
-
-
-
- 超级VIP权限:
- VIP权限:
- 无限制观看吴门医述APP中医学、中西汇通学、针灸学、肿瘤学四个板块任意课程;
- 无限制观看众妙之门APP与吴门医述APP心理学板块任意课程;
- 无限制观看众妙之门APP任意课程;
- 无限制观看吴门医述APP{{item.title.replace(/VIP/g, '')}}板块任意课程;
-
-
- {{item.title.replace(/超级VIP/g, '')}}
- {{item.title.replace(/VIP/g, '')}}
- 培训班报名享受8折9折优惠;
-
- 疯子读书APP购书享受8折9折优惠。
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {{ item.title }}
+ 还有{{
+ item.tip
+ }}天到期
+
+ 已过期
+
+
+
+
+ 课程价格:
+ 一年{{ item.originalPrice || 0 }}元
+
+
+ 去办理
+ 去续费
+
+
+
+ 超级VIP价格:
+ VIP价格:
+
+ {{ item_price.year }}年{{ item_price.rebateFee }}元
+
+
+
+ 延期价格:
+
+ {{ item_yq.year }}年{{ item_yq.rebateFee }}元
+
+
+
+ 超级VIP权限:
+ VIP权限:
+ 无限制观看吴门医述APP中医学、中西汇通学、针灸学、肿瘤学四个板块任意课程;
+ 无限制观看众妙之门APP与吴门医述APP心理学板块任意课程;
+ 无限制观看众妙之门APP任意课程;
+ 无限制观看吴门医述APP{{
+ item.title.replace(/VIP/g, "")
+ }}板块任意课程;
+
+
+ {{
+ item.title.replace(/超级VIP/g, "")
+ }}
+ {{ item.title.replace(/VIP/g, "") }}
+ 培训班报名享受8折9折优惠;
+
+ 疯子读书APP购书享受8折9折优惠。
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
+
diff --git a/static/icon/vip.png b/static/icon/vip.png
index 0494105..7c4c724 100644
Binary files a/static/icon/vip.png and b/static/icon/vip.png differ