Commit 34c1a471 by Administrator

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

parent 91fbd75c
......@@ -130,13 +130,13 @@ class GoodsAction extends Action
echo json_encode($data);
exit();
}
dump($data);
$html = $this->fetch('index_w3g_ajax');
$data['data'] = $html;
echo json_encode($data);
exit();
}
dump($data);
$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