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

@@ -36,7 +36,8 @@ export default {
} }
}, },
onShow() { onShow() {
document.title = "问卷表单" // document.title = "问卷表单"
uni.setNavigationBarTitle({title:"问卷表单"})
this.$refs?.TabPage?.show() this.$refs?.TabPage?.show()
this.$nextTick(() => { this.$nextTick(() => {
this.injectJWeixin(['sendChatMessage', 'selectEnterpriseContact', 'shareAppMessage', 'shareWechatMessage']).then(() => { this.injectJWeixin(['sendChatMessage', 'selectEnterpriseContact', 'shareAppMessage', 'shareWechatMessage']).then(() => {

View File

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