更新 writesick Bug

This commit is contained in:
zoujiandong 2024-02-23 19:33:55 +08:00
parent 49c01e8922
commit fd0ac20a0e
2 changed files with 12 additions and 10 deletions

View File

@ -25,9 +25,9 @@ Component({
this.triggerEvent('handleFocus',true)
},
goInquirtForm(){
wx.navigateTo({
url: '/pages/sickDetail/sickDetail',
})
// wx.navigateTo({
// url: '/pages/writeSick/writeSick',
// })
}
},

View File

@ -832,7 +832,7 @@ Page({
})
}
//this.getSick();
this.getlocalInfo(options.family_id);
this.handleIsExist();
},
@ -865,15 +865,17 @@ Page({
disease_class_name: prevData.disease_class_name,
disease_class_id: prevData.disease_class_id,
})
}
console.log(pathography_id)
if(pathography_id){
this.handlepathographyDetail(pathography_id)
}else{
this.getlocalInfo(family_id);
//this.handleLastSick(options.family_id);
// console.log(pathography_id)
if(pathography_id){
this.handlepathographyDetail(pathography_id)
}
// else{
// this.getlocalInfo(family_id);
// }
}
},
/**