|
@ -315,7 +315,7 @@
|
|
|
if(ask_me_json.length==0){
|
|
|
if(res.status != 200) {
|
|
|
$("#load_more_ask_me").hide();
|
|
|
$("#ask_me_list").addClass("c-hide");
|
|
|
$("#ask_me_list").empty().hide();
|
|
|
$("#wushuju").hide();
|
|
|
plus.nativeUI.closeWaiting();
|
|
|
mui.toast("数据加载失败");
|
|
@ -323,7 +323,7 @@
|
|
|
}
|
|
|
if(res.data.length == 0) {
|
|
|
$("#load_more_ask_me").hide();
|
|
|
$("#ask_me_list").addClass("c-hide");
|
|
|
$("#ask_me_list").empty().hide();
|
|
|
$("#wushuju").find("p").html("暂无需处理咨询");
|
|
|
$("#wushuju").show();
|
|
|
plus.nativeUI.closeWaiting();
|
|
@ -366,7 +366,7 @@
|
|
|
if(my_respont_json.length==0){
|
|
|
if(res.status != 200) {
|
|
|
$("#load_more_my_respont").hide();
|
|
|
$("#my_respont_list").addClass("c-hide");
|
|
|
$("#my_respont_list").empty().hide();
|
|
|
$("#wushuju").hide();
|
|
|
plus.nativeUI.closeWaiting();
|
|
|
mui.toast("数据加载失败");
|
|
@ -374,7 +374,7 @@
|
|
|
}
|
|
|
if(res.data.length == 0) {
|
|
|
$("#load_more_my_respont").hide();
|
|
|
$("#my_respont_list").addClass("c-hide");
|
|
|
$("#my_respont_list").empty().hide();
|
|
|
$("#wushuju").find("p").html("暂无需处理咨询");
|
|
|
$("#wushuju").show();
|
|
|
plus.nativeUI.closeWaiting();
|
|
@ -417,7 +417,7 @@
|
|
|
if(over_json.length==0){
|
|
|
if(res.status != 200) {
|
|
|
$("#load_more_over").hide();
|
|
|
$("#over_list").addClass("c-hide");
|
|
|
$("#over_list").empty().hide();
|
|
|
$("#wushuju").hide();
|
|
|
plus.nativeUI.closeWaiting();
|
|
|
mui.toast("数据加载失败");
|
|
@ -425,7 +425,7 @@
|
|
|
}
|
|
|
if(res.data.length == 0) {
|
|
|
$("#load_more_over").hide();
|
|
|
$("#over_list").addClass("c-hide")
|
|
|
$("#over_list").empty().hide();
|
|
|
$("#wushuju").find("p").html("暂无已完成咨询");
|
|
|
$("#wushuju").show();
|
|
|
plus.nativeUI.closeWaiting();
|
|
@ -613,6 +613,10 @@
|
|
|
twoPage = 1;
|
|
|
threePage = 1;
|
|
|
$(".sign-comonhd div.curr").trigger("click");
|
|
|
var jkzx = plus.webview.getWebviewById("jiankangzixun");
|
|
|
if(jkzx){
|
|
|
mui.fire(jkzx, "reload");
|
|
|
}
|
|
|
});
|
|
|
</script>
|
|
|
|