|
|
|
|
@ -1896,7 +1896,7 @@ class IotCarePlan extends Component<any, any> {
|
|
|
|
|
console.log(isFirstTipShow,'查看返回值');
|
|
|
|
|
|
|
|
|
|
if (!isFirstTipShow) {
|
|
|
|
|
if(res.data.length !== 0){
|
|
|
|
|
if(res.data.data.length !== 0){
|
|
|
|
|
// 首次进入页面:自动打开打卡介绍弹窗
|
|
|
|
|
this.setState({ nurseInfo: res.data.data, isFirstTipShow: true });
|
|
|
|
|
}
|
|
|
|
|
|