修改Bug

master
qsj 2 years ago
parent 4a60d24263
commit b39a8ceda4

@ -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 });
}

Loading…
Cancel
Save