Browse Source

解决用户如果换了手机登录微信,接收到短信模板问题

shenjj 7 years ago
parent
commit
1a5e8fc74d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/mobile/wechat/index.vue

+ 1 - 1
pages/mobile/wechat/index.vue

@@ -104,7 +104,7 @@
         if (info.openid) {
           this.$store.dispatch('GerWechatInfo', {code: '', openId: info.openid}).then(res => {
             // 存在enuu
-            // this.enuu = localStorage.getItem('Userenuu')
+            this.enuu = localStorage.getItem('Userenuu')
             if (this.enuu) {
               this.loginFromEnuu()
             }