Commit daed9897 authored by home's avatar home

zxh

parent bdfc69bb
......@@ -216,7 +216,11 @@
this.$api.msg("您需要先同意用户协议和隐私策略");
return false;
}
// #ifdef APP-PLUS
let cID = plus.push.getClientInfo();
console.log(cID)
// #endif
if(this.username==""){
this.$api.msg("用户名不能为空");
......@@ -228,7 +232,8 @@
let res = await userLogin({
username:this.username,
password:this.password,
password:this.password,
cid : cID.clientid
});
this.$api.msg(res);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment