Explorar o código

修改起始页默认是0

chenweida %!s(int64=7) %!d(string=hai) anos
pai
achega
753fadc504
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      html/yszx/js/focused-doctor.js

+ 3 - 1
html/yszx/js/focused-doctor.js

@ -27,7 +27,9 @@ function getDoctorList(isInit){
    }
    var url = "/patient/concern/getConcernDoctors",
        params = {
            patient: userAgent.uid
            patient: userAgent.uid,
            page: page,
            pageSize: pageSize
        };
    sendPost(url, params, 'JSON', 'GET', queryFailed, function(res){
        if(res.status == 200){