Browse Source

write 填写增加微信

old
wangqing 4 years ago
parent
commit
ddcbbb57d6
  1. 4
      src/views/form/write/index.vue

4
src/views/form/write/index.vue

@ -84,13 +84,13 @@ export default {
} }
] ]
}, },
created() { async created() {
let key = this.$route.query.key || this.$route.params.key let key = this.$route.query.key || this.$route.params.key
this.projectConfig.projectKey = key this.projectConfig.projectKey = key
let wxCode = getQueryString('code') let wxCode = getQueryString('code')
if (wxCode) { if (wxCode) {
this.wxAuthorizationCode = wxCode this.wxAuthorizationCode = wxCode
this.getWxAuthorizationUserInfo() await this.getWxAuthorizationUserInfo()
} }
this.getWxAuthorizationUrl() this.getWxAuthorizationUrl()
this.queryProjectSettingStatus() this.queryProjectSettingStatus()

Loading…
Cancel
Save