Browse Source

修改起始页默认是0

chenweida 7 years ago
parent
commit
3d28a5175c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      html/yszx/js/focused-doctor.js

+ 2 - 2
html/yszx/js/focused-doctor.js

@ -1,5 +1,5 @@
var d = dialog({contentType:'load', skin:'bk-popup'});
var page = 1,
var page = 0,
    pageSize = 10,
    userAgent = window.localStorage.getItem(agentName),
    pagetype = 2;
@ -23,7 +23,7 @@ function queryInit(){
function getDoctorList(isInit){
    d.show();
    if(isInit){
        page = 1;
        page = 0;
    }
    var url = "/patient/concern/getConcernDoctors",
        params = {