BUG 27475

This commit is contained in:
aixianling
2022-03-15 19:10:17 +08:00
parent 80552a458e
commit e685f456c1

View File

@@ -44,6 +44,7 @@ export default {
let {corpId, code, suiteId, id} = this.$route.query
if (this.isPreview) {
this.access = true
} else if (this.access) {
} else if (!!this.token) {
this.$http.post("/app/appquestionnairetemplate/commitCheck", null, {
params: {id}
@@ -65,12 +66,10 @@ export default {
} else this.getCode()
},
},
created() {
this.checkAccess()
},
onShow() {
document.title = '问卷调查'
wx.hideOptionMenu()
this.checkAccess()
},
}
</script>