董佳音

修改直播互动进入 详情页

... ... @@ -85,7 +85,7 @@ class ListDetailsApe extends Ape {
let that = this;
let data = {
id: _id,
meetingStatus:2,
meetingType:2,
siteId:ClassDataProxy.siteId
}
let _url = ClassDataProxy.locationProtocol + ClassDataProxy.locationProt + '/meeting/getMeeting';
... ... @@ -100,7 +100,7 @@ class ListDetailsApe extends Ape {
let that = this;
let data = {
id: _id,
meetingStatus:1,
meetingType:1,
siteId:ClassDataProxy.siteId
}
let _url = ClassDataProxy.locationProtocol + ClassDataProxy.locationProt + '/meeting/getMeeting';
... ...
... ... @@ -70,7 +70,7 @@ let _headSwitchTitleApe;
class Main {
constructor() {
this.clientVersion="v1.8.9.20171011";
this.clientVersion="v1.8.10.20171011";
loger.warn("clientVersion:"+this.clientVersion);
let locationProtocol= location.protocol;
... ...