From 6327fd5eb72a35726bd3037b1fa48400fdc48b6e Mon Sep 17 00:00:00 2001 From: langz <1816023719@qq.com> Date: Wed, 16 Aug 2023 14:04:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E5=95=8A=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 5 + src/views/hotVIPPages/mtvip.vue | 574 +++++++++++++++++++++++++++ src/views/hotVIPPages/recieveVIP.vue | 78 +++- 3 files changed, 647 insertions(+), 10 deletions(-) create mode 100644 src/views/hotVIPPages/mtvip.vue diff --git a/src/router/index.js b/src/router/index.js index 133f86d..e053269 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -11,6 +11,11 @@ const routes = [ name: 'vip', component: () => import('../views/hotVIPPages/vip.vue') }, + { + path: '/mtvip', + name: 'mtvip', + component: () => import('../views/hotVIPPages/mtvip.vue') + }, { path: '/recieveVIP', name: 'recieveVIP', diff --git a/src/views/hotVIPPages/mtvip.vue b/src/views/hotVIPPages/mtvip.vue new file mode 100644 index 0000000..7094704 --- /dev/null +++ b/src/views/hotVIPPages/mtvip.vue @@ -0,0 +1,574 @@ + + + + + + + \ No newline at end of file diff --git a/src/views/hotVIPPages/recieveVIP.vue b/src/views/hotVIPPages/recieveVIP.vue index ac5447b..ba53386 100644 --- a/src/views/hotVIPPages/recieveVIP.vue +++ b/src/views/hotVIPPages/recieveVIP.vue @@ -3,14 +3,25 @@
-
请选择您要领取的会员月卡
+
请选择您要领取的权益:
+
爆款会员月卡
+
-
+
+
美团外卖5元券
+
+
+
+ +
+
+
@@ -26,27 +37,28 @@
- [商品名称] :惠点生活
+ [产品名称] :惠点生活
[计费方式] : 支付宝连续包月
- [商品权益说明] :
- 用户每月可领取腾讯视频月卡、爱奇艺月卡、优酷月卡、芒果TV月卡、哗哩哗哩大会员月卡、网易云音乐月卡、喜马拉雅会员月卡、知乎盐选会员月卡、饿了么会员月卡、百度网盘会员月卡中的任意一张。
+ [权益说明] :
+ 活动期间在本页面成功开通业务,即可获得爆款会员月卡(10选1) +美团外卖20元代金券(每月领取5元代金卷,连续领取4个月),数量有限,送完即止。
+ [爆款会员月卡] :
+ 腾讯视频月卡、爱奇艺月卡、优酷月卡、芒果TV月卡、哗哩哗哩大会员月卡、网易云音乐月卡、喜马拉雅会员月卡、知乎盐选会员月卡、饿了么会员月卡、百度网盘会员月卡。
[领取方式]:
本产品订购生效后,用户需要通过关注【次元意境】微信公众号,[会员福利 - 会员月月领] 入口及时领取权益,领取成功后1小时到账。凭订购手机号登录相应APP即可享受会员权益。
- - [注意事项]:
+ [注意事项]:
1.权益领取成功后当月内不能进行退订、更改;
2.订购生效后凭订购手机号可每月领取会员一次,不可结转与转赠,当月不领取则视为自动放弃当月领取资格;
3.如您在权益充值未到账期间退订产品,将会导致权益充值失败。
[退订方式]:
进入支付宝APP---右下方“我的”---右上方的齿轮进入设置页面---点击“支付设置”---点击“免密支付/自动扣款”---选择“惠点生活”---点击“关闭服务”即可完成退订。
[联系我们]:
- 致电客服热线: 19983417235,客服在线时间:9:00-18:00。 + 致电客服热线:19983417235,客服在线时间:9:00-18:00。
×
-
确认领取
【{{ vipList[curVipIndex].name}}】月卡吗?

+
确认领取
【{{ vipList[curVipIndex].name}}】吗?

领取手机号:{{ mobile }}
确认
@@ -65,6 +77,7 @@ export default { mobile: '', showPop: false, canClick: true, + vipList: [ { name: '优酷黄金会员', @@ -119,6 +132,11 @@ export default { icon: 'https://img.bnyer.cn/vip/baidu.png', vipKey: '10000437' }, + { + name: '美团外卖5元券', + icon: ' https://p1.meituan.net/travelcube/7264ce9c25de2e464e3acd996fe8ad362803.png', + vipKey: '10000153' + }, ] @@ -136,6 +154,7 @@ export default { methods: { selectVip(index) { this.curVipIndex = index + console.log(index); }, isShowPop() { this.showPop = !this.showPop @@ -170,7 +189,7 @@ export default { this.axios({ method: "post", url: `https://interface.bnyer.cn/yunmei/directBuy`, - // url: `http://192.168.2.8:8086/yunmei/directBuy`, + // url: `http://192.168.2.64:8086/yunmei/directBuy`, data: parms }).then((rsp) => { @@ -340,6 +359,13 @@ export default { text-align: center; margin-bottom: 15px; } + .sub-title { + font-size: 14px; + font-weight: bold; + text-align: center; + margin-bottom: 10px; + + } .vip-list { display: flex; flex-wrap: wrap; @@ -371,6 +397,38 @@ export default { } } } + .mt-list { + display: flex; + flex-wrap: wrap; + justify-content: center; + + // align-items: center; + .active { + border: 5px solid #dc2c00; + } + .mt-item { + width: 18%; + display: flex; + flex-direction: column; + align-items: center; + margin-bottom: 10px; + .mt-icon { + // border-radius: 5px; + width: 100%; + height: 1.11rem; + background-color: #fff; + margin-bottom: 4px; + box-sizing: border-box; + } + .vip-name { + width: 100%; + text-align: center; + white-space: wrap; + font-size: 10px; + line-height: 12px; + } + } + } } .mid-box {