diff --git a/src/moduleIOT/pages/iotCarePlan/iotCarePlan.tsx b/src/moduleIOT/pages/iotCarePlan/iotCarePlan.tsx index 313ec7c..bb4e3c1 100644 --- a/src/moduleIOT/pages/iotCarePlan/iotCarePlan.tsx +++ b/src/moduleIOT/pages/iotCarePlan/iotCarePlan.tsx @@ -1896,7 +1896,7 @@ class IotCarePlan extends Component { console.log(isFirstTipShow,'查看返回值'); if (!isFirstTipShow) { - if(res.data.length !== 0){ + if(res.data.data.length !== 0){ // 首次进入页面:自动打开打卡介绍弹窗 this.setState({ nurseInfo: res.data.data, isFirstTipShow: true }); }