Ver código fonte

fix: handle the login logic of the bound wechat account

wangyuan 2 anos atrás
pai
commit
ada790bb83
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      pages/login/login.js

+ 4 - 0
pages/login/login.js

@@ -127,6 +127,10 @@ Page({
               }
             }
           })
+        } else { // 已经绑定过微信
+          wx.redirectTo({
+            url: '/pages/permissions/permissions',
+          })
         }
       }).catch(e => {
         wx.hideLoading()