正在显示
2 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -85,7 +85,7 @@ class ListDetailsApe extends Ape { | @@ -85,7 +85,7 @@ class ListDetailsApe extends Ape { | ||
| 85 | let that = this; | 85 | let that = this; |
| 86 | let data = { | 86 | let data = { |
| 87 | id: _id, | 87 | id: _id, |
| 88 | - meetingStatus:2, | 88 | + meetingType:2, |
| 89 | siteId:ClassDataProxy.siteId | 89 | siteId:ClassDataProxy.siteId |
| 90 | } | 90 | } |
| 91 | let _url = ClassDataProxy.locationProtocol + ClassDataProxy.locationProt + '/meeting/getMeeting'; | 91 | let _url = ClassDataProxy.locationProtocol + ClassDataProxy.locationProt + '/meeting/getMeeting'; |
| @@ -100,7 +100,7 @@ class ListDetailsApe extends Ape { | @@ -100,7 +100,7 @@ class ListDetailsApe extends Ape { | ||
| 100 | let that = this; | 100 | let that = this; |
| 101 | let data = { | 101 | let data = { |
| 102 | id: _id, | 102 | id: _id, |
| 103 | - meetingStatus:1, | 103 | + meetingType:1, |
| 104 | siteId:ClassDataProxy.siteId | 104 | siteId:ClassDataProxy.siteId |
| 105 | } | 105 | } |
| 106 | let _url = ClassDataProxy.locationProtocol + ClassDataProxy.locationProt + '/meeting/getMeeting'; | 106 | let _url = ClassDataProxy.locationProtocol + ClassDataProxy.locationProt + '/meeting/getMeeting'; |
| @@ -70,7 +70,7 @@ let _headSwitchTitleApe; | @@ -70,7 +70,7 @@ let _headSwitchTitleApe; | ||
| 70 | 70 | ||
| 71 | class Main { | 71 | class Main { |
| 72 | constructor() { | 72 | constructor() { |
| 73 | - this.clientVersion="v1.8.9.20171011"; | 73 | + this.clientVersion="v1.8.10.20171011"; |
| 74 | loger.warn("clientVersion:"+this.clientVersion); | 74 | loger.warn("clientVersion:"+this.clientVersion); |
| 75 | 75 | ||
| 76 | let locationProtocol= location.protocol; | 76 | let locationProtocol= location.protocol; |
-
请 注册 或 登录 后发表评论