Commit 005724fa by 冷斌

fix bug

parent 145e70d9
......@@ -140,6 +140,7 @@
async:false,
type:'post',
success: function(data) {
data = JSON.parse(data);
if(data.status == 1) {
var pay_pass_num = data.data.pay_pass_num;
WeixinJSBridge.invoke(
......
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