Commit fa26d395 by 冷斌

fix bug

parent b9449385
......@@ -215,7 +215,12 @@
return 0;
},
onPay: function (item) {
//http://www.zhunigbtm.com/pay/exams_7fxc9JmleJsBbDJ63U8EYG3w9HYRW.html
reg_login();
var uid = '{$uid}';
if(uid<=0){
reg_login();
return false;
}
let url = "/pay/exams_"+item['order']+".html";
console.log(item, url, "{$check_type}");
}
......
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