diff --git a/littleApp_child/pages/CheckReport/CheckReport.js b/littleApp_child/pages/CheckReport/CheckReport.js index 2a3d7e2..3303cd0 100644 --- a/littleApp_child/pages/CheckReport/CheckReport.js +++ b/littleApp_child/pages/CheckReport/CheckReport.js @@ -111,8 +111,8 @@ Page({ getCheckDetails() { var self = this var params = {} - // params.patientId = getApp().globalData.userId[0] - params.patientId = 88635 + params.patientId = getApp().globalData.userId[0] + // params.patientId = 88635 params.checkTime = this.data.dateList[this.data.dateIndex] // 获取当天信息 networkUtil._get(api.checkDetails, params, function (res) { @@ -132,8 +132,8 @@ Page({ getWzXinxi() { var self = this var params = {} - // params.patientId = getApp().globalData.userId[0] - params.patientId = 88635 + params.patientId = getApp().globalData.userId[0] + // params.patientId = 88635 params.checkTime = this.data.dateList[this.data.dateIndex] params.page = 0 params.limit = 30 diff --git a/littleApp_child/pages/CheckReport/CheckReport.wxml b/littleApp_child/pages/CheckReport/CheckReport.wxml index 5786bc9..e5b31d9 100644 --- a/littleApp_child/pages/CheckReport/CheckReport.wxml +++ b/littleApp_child/pages/CheckReport/CheckReport.wxml @@ -43,28 +43,28 @@ - + - + - + - +