Commit b9449385 by 冷斌

fix bug

parent b5a96729
......@@ -216,8 +216,8 @@
},
onPay: function (item) {
//http://www.zhunigbtm.com/pay/exams_7fxc9JmleJsBbDJ63U8EYG3w9HYRW.html
let url = "/pay/exams_"+item['order']+"html";
console.log(item, url);
let url = "/pay/exams_"+item['order']+".html";
console.log(item, url, "{$check_type}");
}
},
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