|
@@ -49,26 +49,24 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</div>
|
|
|
- <div>
|
|
|
- <p class="copy-p">使用微信扫描二维码,联系采美客服进行购买</p>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <div class="wechat-image">
|
|
|
- <img src="/img/base/Wecha.png" alt="">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+<!-- <div><p class="copy-p">使用微信扫描二维码,联系采美客服进行购买</p></div>-->
|
|
|
<!-- <div>-->
|
|
|
-<!-- <div class="pay-btn" onclick="_czc.push(['_trackEvent','开通超级会员','超级会员','支付1','','Um_Event_RegisterSuperPayOne'])">-->
|
|
|
-<!-- <a href="javascript:void(0);" @click="payAction(1, 1)">-->
|
|
|
-<!-- 立即支付{{ comboInfo[currentIndex].price }}元开通-->
|
|
|
-<!-- </a>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div class="pay-btn plain" onclick="_czc.push(['_trackEvent','开通超级会员','超级会员','采美豆抵扣1','','Um_Event_RegisterSuperByBeansOne'])">-->
|
|
|
-<!-- <a href="javascript:void(0);" @click="payAction(2, 1)">-->
|
|
|
-<!-- 或抵扣{{ comboInfo[currentIndex].price * comboInfo[currentIndex].proportion }}个采美豆开通-->
|
|
|
-<!-- </a>-->
|
|
|
+<!-- <div class="wechat-image">-->
|
|
|
+<!-- <img src="/img/base/Wecha.png" alt="">-->
|
|
|
<!-- </div>-->
|
|
|
<!-- </div>-->
|
|
|
+ <div>
|
|
|
+ <div class="pay-btn" onclick="_czc.push(['_trackEvent','开通超级会员','超级会员','支付1','','Um_Event_RegisterSuperPayOne'])">
|
|
|
+ <a href="javascript:void(0);" @click="payAction(1, 1)">
|
|
|
+ 立即支付{{ comboInfo[currentIndex].price }}元开通
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ <div class="pay-btn plain" onclick="_czc.push(['_trackEvent','开通超级会员','超级会员','采美豆抵扣1','','Um_Event_RegisterSuperByBeansOne'])">
|
|
|
+ <a href="javascript:void(0);" @click="payAction(2, 1)">
|
|
|
+ 或抵扣{{ comboInfo[currentIndex].price * comboInfo[currentIndex].proportion }}个采美豆开通
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</template>
|
|
|
<span v-else>暂无可选套餐~</span>
|
|
|
</div>
|
|
@@ -76,20 +74,33 @@
|
|
|
<!--服务列表-->
|
|
|
<div class="section">
|
|
|
<div class="section-title">专属特权</div>
|
|
|
- <div class="content service-list">
|
|
|
- <div v-for="(item, index) in serviceList" :key="index">
|
|
|
- <img :src="item.pcIcon"
|
|
|
- v-if="isPC"/>
|
|
|
- <img :src="item.h5Icon"
|
|
|
- v-else/>
|
|
|
- <span class="tit" v-html="item.name"></span>
|
|
|
- <span class="sub-tit" v-html="item.subTitle"></span>
|
|
|
+ <div class="content">
|
|
|
+ <div class="service-list">
|
|
|
+ <div v-for="(item, index) in serviceList" :key="index">
|
|
|
+ <img :src="item.pcIcon"
|
|
|
+ v-if="isPC"/>
|
|
|
+ <img :src="item.h5Icon"
|
|
|
+ v-else/>
|
|
|
+ <span class="tit" v-html="item.name"></span>
|
|
|
+ <span class="sub-tit" v-html="item.subTitle"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="service-list two">
|
|
|
+ <div v-for="(item, index) in serviceList2" :key="index">
|
|
|
+ <img :src="item.pcIcon"
|
|
|
+ v-if="isPC"/>
|
|
|
+ <img :src="item.h5Icon"
|
|
|
+ v-else/>
|
|
|
+ <span class="tit" v-html="item.name"></span>
|
|
|
+ <span class="sub-tit" v-html="item.subTitle"></span>
|
|
|
+ <span class="sub-tit">(年卡专享)</span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--优惠券列表-->
|
|
|
<div class="section" v-if="couponList.length > 0">
|
|
|
- <div class="section-title">专属优惠券<span>每月可领4个</span></div>
|
|
|
+ <div class="section-title">专属优惠券<span>每季度可领4张</span></div>
|
|
|
<div class="content coupon-list">
|
|
|
<template v-if="couponList.length > 0">
|
|
|
<div v-for="(item, index) in couponList" :key="index" :class="{'un-received':item.useStatus === 1}">
|
|
@@ -146,20 +157,20 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--底部支付按钮 仅未开通和到期显示-->
|
|
|
-<!-- <div class="pay-amount-bottom" id="pay-amount-bottom" v-if="showBottomBtns">-->
|
|
|
-<!-- <div>-->
|
|
|
-<!-- <div class="pay-btn plain" onclick="_czc.push(['_trackEvent','开通超级会员','超级会员','采美豆抵扣2','','Um_Event_RegisterSuperByBeansTwo'])">-->
|
|
|
-<!-- <a href="javascript:void(0);" @click="payAction(2, 2)">-->
|
|
|
-<!-- 抵扣{{ comboInfo[currentIndex].price * comboInfo[currentIndex].proportion }}个采美豆开通-->
|
|
|
-<!-- </a>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div class="pay-btn" onclick="_czc.push(['_trackEvent','开通超级会员','超级会员','支付2','','Um_Event_RegisterSuperPayTwo'])">-->
|
|
|
-<!-- <a href="javascript:void(0);" @click="payAction(1, 2)">-->
|
|
|
-<!-- 立即支付{{ comboInfo[currentIndex].price }}元开通-->
|
|
|
-<!-- </a>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </div>-->
|
|
|
+ <div class="pay-amount-bottom" id="pay-amount-bottom" v-if="showBottomBtns">
|
|
|
+ <div>
|
|
|
+ <div class="pay-btn plain" onclick="_czc.push(['_trackEvent','开通超级会员','超级会员','采美豆抵扣2','','Um_Event_RegisterSuperByBeansTwo'])">
|
|
|
+ <a href="javascript:void(0);" @click="payAction(2, 2)">
|
|
|
+ 抵扣{{ comboInfo[currentIndex].price * comboInfo[currentIndex].proportion }}个采美豆开通
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ <div class="pay-btn" onclick="_czc.push(['_trackEvent','开通超级会员','超级会员','支付2','','Um_Event_RegisterSuperPayTwo'])">
|
|
|
+ <a href="javascript:void(0);" @click="payAction(1, 2)">
|
|
|
+ 立即支付{{ comboInfo[currentIndex].price }}元开通
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<!--遮罩-->
|
|
|
<div class="mask" v-if="showMask"></div>
|
|
|
<!--续费弹窗-->
|