|
@@ -160,8 +160,9 @@ Page({
|
|
|
|
|
|
getDeviceInfo: function(e) {
|
|
|
const that = this;
|
|
|
+ let loginId = wx.getStorageSync('loginId');
|
|
|
util.httpRequest(api.getDeviceInfo, {
|
|
|
-
|
|
|
+ loginId: loginId
|
|
|
}, 'post').then(res => {
|
|
|
let deviceArray = [];
|
|
|
for (let i = 0; i < res.data.length; i++) {
|