Эх сурвалжийг харах

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

shenjj 7 жил өмнө
parent
commit
1a5e8fc74d

+ 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()
             }