|
@@ -262,8 +262,8 @@ Page({
|
|
|
anchorUserId, //主持人ID
|
|
|
assistantUserId, //助理用户iD
|
|
|
|
|
|
- effectiveStartTime: new Date(effectiveStartTime).getTime(),
|
|
|
- effectiveEndTime: new Date(effectiveEndTime).getTime(),
|
|
|
+ effectiveStartTime: new Date(effectiveStartTime).getTime() ,
|
|
|
+ effectiveEndTime: new Date(effectiveEndTime).getTime() ,
|
|
|
}, "POST", 'application/json')
|
|
|
|
|
|
// debugger
|
|
@@ -276,7 +276,9 @@ Page({
|
|
|
// wx.navigateBack({
|
|
|
// delta: 0,
|
|
|
// })
|
|
|
-
|
|
|
+ wx.navigateTo({
|
|
|
+ url: '/pages/roomManger/roomManger',
|
|
|
+ })
|
|
|
} else {
|
|
|
wx.showToast({
|
|
|
title: res.error || '创建失败!!',
|