Commit dce2bfe5 by Administrator

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

parent 31dbfcfe
......@@ -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 @click="onBuy" class="vip_buy_pay_button layout_center"><span class="text_14_400 color_white">确认支付</span></div>
<div @click.native="onBuy" class="vip_buy_pay_button layout_center"><span class="text_14_400 color_white">确认支付</span></div>
</div>
</div>
</div>
......
......@@ -2346,7 +2346,6 @@ class HomeAction extends UserAction
$html = $this->fetch('exams_w3g_ajax');
echo json_encode(['status' => 1, 'data' => ['html' => $html]]);exit;
}
dump(111);
$this->display();
}
......
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