Commit d760f978 by 刘海龙

no message

parent 591583ea
......@@ -341,6 +341,7 @@
},
onPay: function(item) {
console.log(item)
$.ajax({
type: "POST",
url: "{:U('exams/index/getPayUrl')}",
......@@ -360,6 +361,7 @@
},
onDownload: function(index){
console.log(index)
// if (item.attach) {
// window.location.href = item.attach;
// }
......
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