|
@@ -260,8 +260,8 @@ Page({
|
|
|
anchorUserId, //主持人ID
|
|
|
assistantUserId, //助理用户iD
|
|
|
|
|
|
- effectiveStartTime: new Date(effectiveStartTime).getTime() ,
|
|
|
- effectiveEndTime: new Date(effectiveEndTime).getTime() ,
|
|
|
+ effectiveStartTime: new Date(effectiveStartTime.replace(/-/g, "/")).getTime() ,
|
|
|
+ effectiveEndTime: new Date(effectiveEndTime.replace(/-/g, "/")).getTime() ,
|
|
|
}, "POST", 'application/json')
|
|
|
|
|
|
// debugger
|