소스 검색

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

shenjj 7 년 전
부모
커밋
1a5e8fc74d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()
             }