修复房间列表报错问题
This commit is contained in:
@@ -246,7 +246,7 @@ function getRooms () {
|
||||
networkRequest({
|
||||
type: 'get',
|
||||
url: urlPrefix + '/act/2024AprilFoolsDay/getRooms',
|
||||
data: { activityCode: "XIAO_CHOU_ROOM_1 ", taskCode: XIAO_CHOU_ROOM },
|
||||
data: { activityCode: "ACT_2024_APRIL_FOOLS_DAY", taskCode: XIAO_CHOU_ROOM },
|
||||
success (res) {
|
||||
if (res.code === 200) {
|
||||
var top = res.data.slice(0, 1);
|
||||
|
Reference in New Issue
Block a user