Commit 96ea0844 by Administrator

'购买真题试卷点击确认支付按钮无反应'

parent 1c612e6f
......@@ -36,7 +36,7 @@
<span class="text_14_600 color_333333" style="margin-right: 0.5rem;">合计</span>
<span class="text_14_600 color_FF3B3B">¥{$price}</span>
<div class="weight_full layout_h_r">
<div class="vip_buy_pay_button layout_center"><span @click="onBuy" class="text_14_400 color_white">确认支付</span></div>
<div @click="onBuy" class="vip_buy_pay_button layout_center"><span class="text_14_400 color_white">确认支付</span></div>
</div>
</div>
</div>
......@@ -64,6 +64,7 @@
},
methods: {
onBuy: function(id, type) {
alert(1);
let that = this
if(MID<=0){
ui.confirm('请先登录', {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment