mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 14:17:24 +08:00
优化bootbug问题
This commit is contained in:
parent
24d330e01a
commit
33faa52d60
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user