|
|
@@ -121,7 +121,7 @@ Page({
|
|
|
data: {
|
|
|
token: "89835e65993fee4a6a6cbbe4c271da51e5521822934e13769e61cadabaed72c3" || wx.getStorageSync('token'),
|
|
|
unionid: wx.getStorageSync("unionid"),
|
|
|
- sntram: this.data.deviceId,
|
|
|
+ sntram: this.data.sn,
|
|
|
per: this.data.usingHuman,
|
|
|
loc: this.data.placeOfUse,
|
|
|
},
|
|
|
@@ -614,7 +614,7 @@ Page({
|
|
|
self.blueConnect();
|
|
|
} else {
|
|
|
self.setProcess(90, 'SN:' + deviceSn + ' 连接成功', 5);
|
|
|
- self.setProcess(100, util.descSucList[6],6);
|
|
|
+ self.setProcess(100, util.descSucList[6],7);
|
|
|
self.setData({
|
|
|
result: [],
|
|
|
})
|