Commit 30e071e5 authored by jiangjiantao's avatar jiangjiantao

bugfixed

parent 4b25e081
...@@ -35,11 +35,11 @@ Page({ ...@@ -35,11 +35,11 @@ Page({
console.log("localLoginInfo==>" + JSON.stringify(localLoginInfo)); console.log("localLoginInfo==>" + JSON.stringify(localLoginInfo));
if (localLoginInfo.success != false && localLoginInfo.data != null) { if (localLoginInfo.success != false && localLoginInfo.data != null) {
//赋值 //赋值
this.setData({ // this.setData({
name: localLoginInfo.data.name, // name: localLoginInfo.data.name,
password: localLoginInfo.data.password, // password: localLoginInfo.data.password,
sn: localLoginInfo.data.sn // sn: localLoginInfo.data.sn
}) // })
} }
}, },
onNameClear() { onNameClear() {
......
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