|
@@ -382,7 +382,7 @@
|
|
|
|
|
|
API.homePageDeviceData({
|
|
API.homePageDeviceData({
|
|
pageIndex: this.pageIndexe,
|
|
pageIndex: this.pageIndexe,
|
|
- pageSize: 3,
|
|
|
|
|
|
+ pageSize: 5,
|
|
companyId: this.companyId
|
|
companyId: this.companyId
|
|
}).then((response) => {
|
|
}).then((response) => {
|
|
uni.hideLoading();
|
|
uni.hideLoading();
|
|
@@ -410,7 +410,7 @@
|
|
|
|
|
|
API.homePageKwh({
|
|
API.homePageKwh({
|
|
pageIndex: this.pageIndexp,
|
|
pageIndex: this.pageIndexp,
|
|
- pageSize: 3,
|
|
|
|
|
|
+ pageSize: 5,
|
|
companyId: this.companyId
|
|
companyId: this.companyId
|
|
}).then((response) => {
|
|
}).then((response) => {
|
|
uni.hideLoading();
|
|
uni.hideLoading();
|