作者 lianghiu

BUG修改

... ... @@ -411,11 +411,17 @@
},
success: function (res) {
console.log(res);
}
});
if(res.code == 0){
$('.tan_text').html(res.msg);
tankuang();
$('.yu_tan').attr("data-qr", "2")
}else{
$('.tan_text').html("恭喜您,预约成功");
tankuang();
$('.yu_tan').attr("data-qr", "2")
}
}
});
} else if (data_qr == 2) {
window.location.href = "/user/profile/percenter";
}
... ...