BUG 26943

This commit is contained in:
aixianling
2022-01-25 18:44:20 +08:00
parent a4a8ce3e31
commit 95d6ae0090
2 changed files with 3 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ export default {
this.checkAccess()
},
onShow() {
document.title = '问卷调查'
uni.setNavigationBarTitle({title:"问卷调查"})
wx.hideOptionMenu()
},
}