This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Acher
/
newEdition
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
设备总览接口添加参数
dmb
牛胜浩
2 years ago
parent
b03eb6547f
commit
aff2bb6bf6
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
pages/mine/equipment/index.vue
+ 2
- 1
pages/mine/equipment/index.vue
View File
@@ -197,7 +197,8 @@
imei: this.imei,
onLine: this.activeClass,
propertyId: this.buildingID,
orderType: 1
orderType: 1,
accountId: uni.getStorageSync('weapp_session_userInfo_data').accountId,
}
}
Write
Preview
Loading…
Cancel
Save