zhaojs
2023-06-04 47b673f0d6987a51125daf3214264ad7bdd3ff57
uniapp/pages/login/wxlogin.vue
@@ -86,7 +86,6 @@
                  // 不显示一键登录选项(或置灰)
                // 根据错误信息判断失败原因,如有需要可将错误提交给统计服务器
                  console.log(res)
                  console.log(res.errMsg)
               }
            })
         },
@@ -107,10 +106,8 @@
            }).catch(err=>{
               // 处理错误
               console.log(err)
               uni.hideLoading();
               that.isother=true;
               that.$alert('获取手机号码失败,请使用其他方式登录')
               setTimeout(function(){
                  univerifyManager.close();
               },2000);