Browse Source

微信只填写一次

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

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

@ -115,7 +115,12 @@ export default {
},
queryProjectSettingStatus() {
//
this.$api.get('/user/project/setting-status', {params: {projectKey: this.projectConfig.projectKey}}).then(res => {
this.$api.get('/user/project/setting-status', {
params: {
projectKey: this.projectConfig.projectKey,
wxOpenId: this.wxUserInfo ? this.wxUserInfo.openid : ''
}
}).then(res => {
if (res.msg) {
this.writeNotStartPrompt = res.msg
this.writeStatus = 0

Loading…
Cancel
Save