|
@ -171,7 +171,7 @@ Page({ |
|
|
wx.setStorageSync('password', this.data.password) |
|
|
wx.setStorageSync('password', this.data.password) |
|
|
wx.setStorageSync('username', this.data.username) |
|
|
wx.setStorageSync('username', this.data.username) |
|
|
wx.setStorageSync('checked', this.data.checked) |
|
|
wx.setStorageSync('checked', this.data.checked) |
|
|
} else { |
|
|
|
|
|
|
|
|
} else { |
|
|
wx.removeStorageSync('password') |
|
|
wx.removeStorageSync('password') |
|
|
wx.removeStorageSync('username') |
|
|
wx.removeStorageSync('username') |
|
|
wx.removeStorageSync('checked') |
|
|
wx.removeStorageSync('checked') |
|
|