BUG 26943

This commit is contained in:
aixianling
2022-01-27 09:16:46 +08:00
parent 3dfa7f782d
commit 76874a938d

View File

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