zhaojs
2023-06-25 e5f21e8972f2870d5fa5dbf9e947b285fc4660fb
uniapp/pages/login/wxlogin.vue
@@ -148,6 +148,9 @@
                  {
                     "normalColor":"#F73314",
                     "highlightColor":"#F73314"
                  },
                  "privacyTerms":{
                     "defaultCheckBoxState":false
                  }
                  
                 },
@@ -160,6 +163,7 @@
                     if(res.errCode==30002)
                     {//切换登录方式
                        that.isother=true;
                        univerifyManager.close();
                     }
                     else
                     {
@@ -168,6 +172,7 @@
                           univerifyManager.close();
                        },2000);
                     }
                     that.isother=true;
                  }
               })