Browse Source

咨询等待框bug修改

dell 8 years ago
parent
commit
a1adb8b86c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/js/consult.js

+ 1 - 1
app/js/consult.js

@ -173,7 +173,7 @@ function initData(){
173 173
			},
174 174
			error:function(xhr,type,errorThrown){
175 175
				mui.toast('网络异常,请稍候再试'); 
176
				plus.nativeUI.closeWaiting()();//关闭原生等待框
176
				plus.nativeUI.closeWaiting();//关闭原生等待框
177 177
			}
178 178
		});
179 179
	});