BUG 26943
This commit is contained in:
		| @@ -36,7 +36,8 @@ export default { | ||||
|     } | ||||
|   }, | ||||
|   onShow() { | ||||
|     document.title = "问卷表单" | ||||
|     // document.title = "问卷表单" | ||||
|     uni.setNavigationBarTitle({title:"问卷表单"}) | ||||
|     this.$refs?.TabPage?.show() | ||||
|     this.$nextTick(() => { | ||||
|       this.injectJWeixin(['sendChatMessage', 'selectEnterpriseContact', 'shareAppMessage', 'shareWechatMessage']).then(() => { | ||||
|   | ||||
| @@ -69,7 +69,7 @@ export default { | ||||
|     this.checkAccess() | ||||
|   }, | ||||
|   onShow() { | ||||
|     document.title = '问卷调查' | ||||
|     uni.setNavigationBarTitle({title:"问卷调查"}) | ||||
|     wx.hideOptionMenu() | ||||
|   }, | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user