Commit d760f978 by 刘海龙

no message

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