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