Commit 04b42fc0 by 冷斌

fix bug

parent d0b2645c
...@@ -230,6 +230,8 @@ ...@@ -230,6 +230,8 @@
}, },
onPay: function(item) { onPay: function(item) {
console.log(item);
return;
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: "{:U('exams/index/getPayUrl')}", url: "{:U('exams/index/getPayUrl')}",
......
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