@@ -100,6 +100,7 @@ Page({
bindCar(data).then(scanres => {
// 绑定成功到扫描档案页面
wx.hideLoading()
+ wx.setStorageSync('device', scanres.data)
wx.showModal({
content: '权限登录成功',
confirmColor: '#333',