Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
董佳音
/
networkSchool
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
董佳音
2017-10-11 14:24:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dab2b44f87f890858482ce3f4ce5ff50a2655f8c
dab2b44f
1 parent
98437fbd
修改直播互动进入 详情页
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
3 行增加
和
3 行删除
src/ape/ListDetailsApe.js
src/main.js
src/ape/ListDetailsApe.js
查看文件 @
dab2b44
...
...
@@ -85,7 +85,7 @@ class ListDetailsApe extends Ape {
let
that
=
this
;
let
data
=
{
id
:
_id
,
meeting
Status
:
2
,
meeting
Type
:
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
,
meeting
Status
:
1
,
meeting
Type
:
1
,
siteId
:
ClassDataProxy
.
siteId
}
let
_url
=
ClassDataProxy
.
locationProtocol
+
ClassDataProxy
.
locationProt
+
'/meeting/getMeeting'
;
...
...
src/main.js
查看文件 @
dab2b44
...
...
@@ -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
;
...
...
请
注册
或
登录
后发表评论