密码登录 #2

Merged
luochao merged 1 commits from lc into caolc 1 year ago
  1. 9
      pages/login/posLogin/posLogin.vue

@ -464,9 +464,12 @@
});
},
sendMsg() {
if(!this.checkUser){
return
}
console.log("发送验证码",this.checkUser)
// if(!this.checkUser){
// return
// }
if (!this.frozen) {
if (this.auth.phone) {
const data2 = {

Loading…
Cancel
Save