|
@ -55,7 +55,6 @@ function getDoctorList(isInit){
|
|
|
page ++;
|
|
|
var html = template("doc-tmp", {list: list});
|
|
|
if(isInit){
|
|
|
$(".main").show();
|
|
|
$(".div-content").show();
|
|
|
$(".div-no-search-info").hide();
|
|
|
$("#docList").empty().append(html);
|
|
@ -69,7 +68,7 @@ function getDoctorList(isInit){
|
|
|
}
|
|
|
}else{
|
|
|
if(isInit){
|
|
|
$(".main").hide();
|
|
|
$(".div-content").hide();
|
|
|
$(".div-no-search-info").show();
|
|
|
mui(".mui-scroll-wrapper").pullRefresh().endPullupToRefresh(true);
|
|
|
}else{
|