Commit b5a96729 by 冷斌

fix bug

parent 2b09cf16
...@@ -215,7 +215,9 @@ ...@@ -215,7 +215,9 @@
return 0; return 0;
}, },
onPay: function (item) { onPay: function (item) {
console.log(item); //http://www.zhunigbtm.com/pay/exams_7fxc9JmleJsBbDJ63U8EYG3w9HYRW.html
let url = "/pay/exams_"+item['order']+"html";
console.log(item, url);
} }
}, },
created: function () { created: function () {
......
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