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-26 16:21:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
549806fc9fc472346ff21cc242fb5de75d73c5f0
549806fc
1 parent
bda3ef51
v1.9.2.20171026
隐藏空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
1 行增加
和
2 行删除
dist/index.html
dist/main.js
src/ape/MyCenterApe.js
src/main.js
dist/index.html
查看文件 @
549806f
此 diff 太大无法显示。
dist/main.js
查看文件 @
549806f
此 diff 太大无法显示。
src/ape/MyCenterApe.js
查看文件 @
549806f
...
...
@@ -475,7 +475,6 @@ class MyCenterApe extends Ape {
newTimeDateList
.
push
(
_data
[
j
])
}
}
loger
.
log
(
'老师端数据'
,
newTimeDateList
)
if
(
newTimeDateList
.
length
>
0
){
setInterval
(
function
()
{
myCurriculumInfo
.
empty
();
...
...
src/main.js
查看文件 @
549806f
...
...
@@ -70,7 +70,7 @@ let _headSwitchTitleApe;
class
Main
{
constructor
()
{
this
.
clientVersion
=
"v1.9.
2
.20171026"
;
this
.
clientVersion
=
"v1.9.
3
.20171026"
;
loger
.
warn
(
"clientVersion:"
+
this
.
clientVersion
);
let
locationProtocol
=
location
.
protocol
;
...
...
请
注册
或
登录
后发表评论