优化bootbug问题

This commit is contained in:
wuxw 2022-08-11 00:35:38 +08:00
parent 24d330e01a
commit 33faa52d60
10 changed files with 20 additions and 30 deletions

View File

@ -40,9 +40,8 @@
communityId:vc.getCurrentCommunity().communityId
}
}
vc.http.get(
'addRoom',
'loadUnits',
vc.http.apiGet(
'/unit.queryUnits',
param,
function(json,res){
//vm.menus = vm.refreshMenuActive(JSON.parse(json),0);

View File

@ -240,9 +240,8 @@
communityId: vc.getCurrentCommunity().communityId
}
}
vc.http.get(
'room',
'loadUnits',
vc.http.apiGet(
'/unit.queryUnits',
param,
function (json, res) {
//vm.menus = vm.refreshMenuActive(JSON.parse(json),0);

View File

@ -106,9 +106,8 @@
communityId: vc.getCurrentCommunity().communityId
}
}
vc.http.get(
'room',
'loadUnits',
vc.http.apiGet(
'/unit.queryUnits',
param,
function (json, res) {
//vm.menus = vm.refreshMenuActive(JSON.parse(json),0);

View File

@ -193,9 +193,8 @@
communityId: vc.getCurrentCommunity().communityId
}
}
vc.http.get(
'room',
'loadUnits',
vc.http.apiGet(
'/unit.queryUnits',
param,
function(json, res) {
//vm.menus = vm.refreshMenuActive(JSON.parse(json),0);

View File

@ -201,9 +201,8 @@
communityId: vc.getCurrentCommunity().communityId
}
}
vc.http.get(
'room',
'loadUnits',
vc.http.apiGet(
'/unit.queryUnits',
param,
function(json, res) {
//vm.menus = vm.refreshMenuActive(JSON.parse(json),0);

View File

@ -213,9 +213,8 @@
communityId: vc.getCurrentCommunity().communityId
}
}
vc.http.get(
'room',
'loadUnits',
vc.http.apiGet(
'/unit.queryUnits',
param,
function (json, res) {
//vm.menus = vm.refreshMenuActive(JSON.parse(json),0);

View File

@ -212,9 +212,8 @@
communityId: vc.getCurrentCommunity().communityId
}
}
vc.http.get(
'room',
'loadUnits',
vc.http.apiGet(
'/unit.queryUnits',
param,
function(json, res) {
//vm.menus = vm.refreshMenuActive(JSON.parse(json),0);

View File

@ -172,9 +172,8 @@
communityId: vc.getCurrentCommunity().communityId
}
}
vc.http.get(
'room',
'loadUnits',
vc.http.apiGet(
'/unit.queryUnits',
param,
function (json, res) {
//vm.menus = vm.refreshMenuActive(JSON.parse(json),0);

View File

@ -186,9 +186,8 @@
communityId: vc.getCurrentCommunity().communityId
}
}
vc.http.get(
'room',
'loadUnits',
vc.http.apiGet(
'/unit.queryUnits',
param,
function (json, res) {
//vm.menus = vm.refreshMenuActive(JSON.parse(json),0);

View File

@ -280,9 +280,8 @@
communityId: vc.getCurrentCommunity().communityId
}
}
vc.http.get(
'room',
'loadUnits',
vc.http.apiGet(
'/unit.queryUnits',
param,
function(json, res) {
//vm.menus = vm.refreshMenuActive(JSON.parse(json),0);