作者 sgj
1 个管道 的构建 通过 耗费 2 秒

修改注册逻辑

... ... @@ -220,7 +220,9 @@ $(document).ready(function () {
console.log(hospital);
if (hospital.length<1){
alert('当前平台下没有对应医院')
$('.form_popup_box').show()
$('.form_popup_box').text('当前平台下没有对应医院')
$('.form_popup_box').delay(1000).hide(0);
return false;
}else{
weui.picker(
... ...