更新 writesick Bug
This commit is contained in:
parent
49c01e8922
commit
fd0ac20a0e
@ -25,9 +25,9 @@ Component({
|
||||
this.triggerEvent('handleFocus',true)
|
||||
},
|
||||
goInquirtForm(){
|
||||
wx.navigateTo({
|
||||
url: '/pages/sickDetail/sickDetail',
|
||||
})
|
||||
// wx.navigateTo({
|
||||
// url: '/pages/writeSick/writeSick',
|
||||
// })
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@ -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);
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user