This commit is contained in:
zoujiandong 2024-11-01 18:21:50 +08:00
parent 3515505ffb
commit 37bf84b891

View File

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