Commit 8d33dfd0d0d30f3343088e474ec69a7183dedc7c
1 parent
a1ae7f2c
从新录制
Showing
2 changed files
with
13 additions
and
1 deletions
src/index.html
| @@ -17,6 +17,18 @@ | @@ -17,6 +17,18 @@ | ||
| 17 | <link href="css/main.css" rel="stylesheet"> | 17 | <link href="css/main.css" rel="stylesheet"> |
| 18 | <link href="css/recording.css" rel="stylesheet"> | 18 | <link href="css/recording.css" rel="stylesheet"> |
| 19 | 19 | ||
| 20 | + <style> | ||
| 21 | + .CodeMirror{ | ||
| 22 | + width: 100%; | ||
| 23 | + } | ||
| 24 | + .recording-page .col-md-4{ | ||
| 25 | + padding-right: 0; | ||
| 26 | + } | ||
| 27 | + #recordpanel{ | ||
| 28 | + border-right: 1px solid #999; | ||
| 29 | + } | ||
| 30 | + </style> | ||
| 31 | + | ||
| 20 | <script> | 32 | <script> |
| 21 | var gxb_api = "https://restful.gaoxiaobang.com"; | 33 | var gxb_api = "https://restful.gaoxiaobang.com"; |
| 22 | // var gxb_api = "http://192.168.80.236:8080" | 34 | // var gxb_api = "http://192.168.80.236:8080" |
src/js/gbreplayer.js
| @@ -1388,7 +1388,7 @@ $(function(){ | @@ -1388,7 +1388,7 @@ $(function(){ | ||
| 1388 | $('#re-recoding').click(function(){ | 1388 | $('#re-recoding').click(function(){ |
| 1389 | $('#audio')[0].pause(); | 1389 | $('#audio')[0].pause(); |
| 1390 | Hourglass.stopTimer(); | 1390 | Hourglass.stopTimer(); |
| 1391 | - playEnd() | 1391 | + // playEnd() |
| 1392 | $('.audio-play').attr('disabled', false); | 1392 | $('.audio-play').attr('disabled', false); |
| 1393 | $('.re-tips').show(); | 1393 | $('.re-tips').show(); |
| 1394 | }) | 1394 | }) |