mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
6a8fb134c1
commit
664dd3e41d
@ -110,7 +110,7 @@
|
||||
}
|
||||
}
|
||||
//发送get请求
|
||||
vc.http.apiGet('/room.queryRooms',
|
||||
vc.http.apiGet('/room.queryRoomsTree',
|
||||
param,
|
||||
function(json, res) {
|
||||
let listRoomData = JSON.parse(json);
|
||||
|
||||
@ -102,7 +102,7 @@
|
||||
}
|
||||
}
|
||||
//发送get请求
|
||||
vc.http.apiGet('/room.queryRooms',
|
||||
vc.http.apiGet('/room.queryRoomsTree',
|
||||
param,
|
||||
function(json, res) {
|
||||
let listRoomData = JSON.parse(json);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user