Commit 31dbfcfe by Administrator

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

parent b1e26e17
...@@ -160,7 +160,6 @@ class IndexAction extends Action ...@@ -160,7 +160,6 @@ class IndexAction extends Action
*/ */
public function pay() public function pay()
{ {
echo 1111;
$pay_config = model('Xdata')->get("admin_Config:payConfig"); $pay_config = model('Xdata')->get("admin_Config:payConfig");
//支付方式处理 //支付方式处理
......
...@@ -2346,7 +2346,7 @@ class HomeAction extends UserAction ...@@ -2346,7 +2346,7 @@ class HomeAction extends UserAction
$html = $this->fetch('exams_w3g_ajax'); $html = $this->fetch('exams_w3g_ajax');
echo json_encode(['status' => 1, 'data' => ['html' => $html]]);exit; echo json_encode(['status' => 1, 'data' => ['html' => $html]]);exit;
} }
dump(111);
$this->display(); $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