2 Commits
Author SHA1 Message Date
zoujiandong ef740b6960 Merge branch 'dev' into bugfix 10.23 2024-10-23 14:56:18 +08:00
zoujiandong fd0ac20a0e 更新 writesick Bug 2024-02-23 19:33:55 +08:00
2 changed files with 8 additions and 4 deletions
+5 -3
View File
@@ -25,9 +25,11 @@ Component({
this.triggerEvent('handleFocus',true) this.triggerEvent('handleFocus',true)
}, },
goInquirtForm(){ goInquirtForm(){
// wx.navigateTo({
// url: '/healthyService/pages/visitList/visitList', wx.navigateTo({
// }) url: '/healthyService/pages/visitList/visitList',
})
} }
}, },
+3 -1
View File
@@ -848,7 +848,7 @@ Page({
}) })
} }
//this.getSick(); //this.getSick();
this.getlocalInfo(options.family_id);
this.handleIsExist(); this.handleIsExist();
this.getlocalInfo(options.family_id); this.getlocalInfo(options.family_id);
}, },
@@ -885,6 +885,7 @@ Page({
console.log(pathography_id) console.log(pathography_id)
if(pathography_id){ if(pathography_id){
this.handlepathographyDetail(pathography_id) this.handlepathographyDetail(pathography_id)
} }
// else{ // else{
@@ -892,6 +893,7 @@ Page({
// } // }
}, },
/** /**