Commit 702d42d9 by 冷斌

fix bug

parent 41f8c3ea
......@@ -284,6 +284,7 @@
var limit = parseInt("{$limit}");
var id = "{$paper.exams_paper_id}";
var payUrl = "{:U('exams/index/getPayUrl')}";
function changeCollect() {
if (isCollect) {
......
......@@ -75,7 +75,7 @@ $(function() {
}
$.ajax({
type: "POST",
url: "{:U('exams/index/getPayUrl')}",
url: payUrl,
data: {
paper_id: id,
},
......
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