极客西瓜月卡自动优惠券

This commit is contained in:
“wanyongkang”
2021-04-13 14:37:10 +08:00
parent 6fa6ce18d2
commit 9c92fe06e7
6 changed files with 61 additions and 10 deletions

View File

@@ -218,7 +218,7 @@
<span class="yingfu" style="font-size: 35px;font-weight: bold;">{{OnePayAmount}}</span>元
</div>
</div>
<p class="grayText songquan">每隔30天淘宝下单获得一张优惠券</p>
<p class="grayText songquan">淘宝每次下单获得优惠券</p>
<p class="redText songquan">{{Tip}}</p>
<div class="ok">
<button type="button" class="btnPay pay-botton" v-on:click="onePay">确认支付</button>
@@ -348,7 +348,7 @@
<span class="yingfu">{{MorePayAmount}}</span>元
</div>
</div>
<p class="grayText songquan">每隔30天淘宝下单获得一张优惠券</p>
<p class="grayText songquan">淘宝每次下单获得优惠券</p>
<p class="redText songquan">{{Tip}}</p>
<div class="ok">
<button type="button" class="btnPay pay-botton" @@click="morePay">确认支付</button>

View File

@@ -173,7 +173,7 @@
<span class="yingfu" style="font-size: 35px;font-weight: bold;">{{PayAmount}}</span>元
</div>
</div>
<p class="grayText songquan">每隔30天淘宝下单获得一张优惠券</p>
<p class="grayText songquan">淘宝每次下单获得优惠券</p>
<p class="grayText songquan" style="color:red">{{Tip}}</p>
<div class="ok">
<button type="button" class="pay-botton btnPay" v-on:click="onePay">确认支付</button>