Commit 719c91f9 authored by zhangyanni's avatar zhangyanni

邮箱登录

parent 4fef5893
......@@ -136,7 +136,7 @@
//判断复选框是否被勾选 勾选则调用配置cookie方法
if (self.checked == true) {
//传入账号名,密码,和保存天数3个参数
publicFunc.setCookie(self.emailForm.mobile, self.emailForm.password, 7);
publicFunc.setCookie(self.emailForm.email, self.emailForm.password, 7);
}else {
console.log("清空Cookie");
//清空Cookie
......
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