Sign in
梁美英
/
programming
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ea61c3a84756e02aca63424c3e8b80be0a3d7ccc
Authored by
ykxie
2017-06-29 10:59:09 +0800
1 parent
2dafecf1
test
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
src/js/player.js
src/v1.1/player.html
src/js/player.js
View file @
ea61c3a
...
...
@@ -27,6 +27,8 @@ $(function(){
27
27
28
28
$('.m-title').html(title);
29
29
30
+ $('#resultoutput').append(title)
31
+
30
32
console.log(_role)
31
33
32
34
CodingEditer.isRecordPage = 0;
...
...
src/v1.1/player.html
View file @
ea61c3a
...
...
@@ -59,7 +59,7 @@
59
59
</ul>
60
60
</div>
61
61
<div class="m-title-wrap">
62
- <div class="m-title">
章节名称
</div>
62
+ <div class="m-title">
</div>
63
63
<div class="m-menu"><span class="fileName"></span> <img src="../img/down.png" alt=""></div>
64
64
</div>
65
65
<!-- 录制区 -->
...
...