BUG 26943
This commit is contained in:
@@ -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(() => {
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ export default {
|
|||||||
this.checkAccess()
|
this.checkAccess()
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = '问卷调查'
|
uni.setNavigationBarTitle({title:"问卷调查"})
|
||||||
wx.hideOptionMenu()
|
wx.hideOptionMenu()
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user