Commit e437c9ab6f29aaf607a34c7f70d9cb503492e685

Authored by ykxie
1 parent c6f49843

fix bug

src/index.html
... ... @@ -16,8 +16,8 @@
16 16 <link href="css/recording.css" rel="stylesheet">
17 17  
18 18 <script>
19   - // var gxb_api = "https://restful1.gaoxiaobang.com";
20   - var gxb_api = "https://restful.gaoxiaobang.cn"
  19 + var gxb_api = "https://restful1.gaoxiaobang.com";
  20 + // var gxb_api = "https://restful.gaoxiaobang.cn"
21 21  
22 22 </script>
23 23  
... ... @@ -172,7 +172,7 @@
172 172 <i class="icon iconfont icon-play"></i>
173 173 </button>
174 174 <div class="recording-time twinkle" value="">00:00:00</div>
175   - <div class="audio-view" display: none;>
  175 + <div class="audio-view" style="display: none;">
176 176 <audio id="audio" autoplay></audio>
177 177 </div>
178 178 <div class="save-wrap">
... ...
src/player.html
... ... @@ -15,8 +15,8 @@
15 15 <link href="css/recording.css" rel="stylesheet">
16 16  
17 17 <script>
18   - // var gxb_api = "https://restful1.gaoxiaobang.com";
19   - var gxb_api = "https://restful.gaoxiaobang.cn"
  18 + var gxb_api = "https://restful1.gaoxiaobang.com";
  19 + // var gxb_api = "https://restful.gaoxiaobang.com"
20 20 </script>
21 21  
22 22 <script src="js/jquery-1.7.1.js"></script>
... ...