|
@@ -1,14 +1,14 @@
|
|
|
<template>
|
|
|
- <div class="activepay" :class="[priceList.branchId == 1012 ? 'sh' : '']">
|
|
|
+ <div class="activepay" :class="[branchId == 1012 ? 'sh' : '']">
|
|
|
|
|
|
- <div class="coupon-section" v-if="priceList.branchId == 1012" key='branchId'>
|
|
|
+ <div class="coupon-section" v-if="branchId == 1012" key='branchId'>
|
|
|
<img src="../assets/couponsh2.png" alt="">
|
|
|
</div>
|
|
|
<div class="coupon-section" v-else key='branchId'>
|
|
|
<img v-if="activePrice == 777 || priceList.activePrice" src="../assets/coupon.png" alt="">
|
|
|
<img v-else src="../assets/coupon2.png" alt="">
|
|
|
</div>
|
|
|
- <p class="tip" v-if="priceList.branchId == 1012">
|
|
|
+ <p class="tip" v-if="branchId == 1012">
|
|
|
活动规则: <br/>
|
|
|
1.使用人群:仅限续费学员使用<br/>
|
|
|
2.20节课/期,老学员最多可购买2期<br/>
|
|
@@ -18,10 +18,10 @@
|
|
|
<br/>重点:课程不设有效期,最多可购买两期课程;
|
|
|
名额有限,仅限77席,先到先得,错过一次等一年!</p>
|
|
|
<!-- <p class="tip">活动详情:缴费{{ showPrice }}元立刻享有 {{ activePrice }} 元现金券,仅限购买20次vip课,总价值{{ markAmount }}元;即日起至2019年11月11日 ,名额仅限77名,先到先得。</p> -->
|
|
|
- <p class="tip_info" v-if="priceList.branchId == 1012">仅限77名学员,额满为止</p>
|
|
|
+ <p class="tip_info" v-if="branchId == 1012">仅限77名学员,额满为止</p>
|
|
|
<div style="padding: 0 .25rem">
|
|
|
<div class="btn-group">
|
|
|
- <div class="btn" :class="[priceList.branchId == 1012 ? 'sh' : '']" @click="onPromotionPay">
|
|
|
+ <div class="btn" :class="[branchId == 1012 ? 'sh' : '']" @click="onPromotionPay">
|
|
|
<del>原价:{{ markAmount }}</del>
|
|
|
<p>现仅需:{{ amount }}</p>
|
|
|
</div>
|