Commit 5c7adb5e61e73be5fa41123365c9fe9dfdacdfa3
1 parent
685dd165
test
Showing
1 changed file
with
3 additions
and
2 deletions
src/gxb-ide/Dir.js
| ... | ... | @@ -620,7 +620,7 @@ |
| 620 | 620 | if (role == 0) { |
| 621 | 621 | if (playTimes === 0) { |
| 622 | 622 | // 请求玩立刻执行 |
| 623 | - // alert('play -----------123 ' + playTimes) | |
| 623 | + alert('play11 -----------123 ' + playTimes) | |
| 624 | 624 | $.AudioPlayer.play() |
| 625 | 625 | } |
| 626 | 626 | }else{ |
| ... | ... | @@ -660,7 +660,7 @@ |
| 660 | 660 | if (res.status == true && playTimes === 0) { |
| 661 | 661 | CodingEditer.playCoding(); |
| 662 | 662 | playTimes++ |
| 663 | - // alert('canplayCallback可以播放 ----------- ' + playTimes) | |
| 663 | + alert('canplayCallback可以播放 ----------- ' + playTimes) | |
| 664 | 664 | } |
| 665 | 665 | }, |
| 666 | 666 | onwaitingCallback: function(){ |
| ... | ... | @@ -669,6 +669,7 @@ |
| 669 | 669 | playCallback: function() { // 播放 |
| 670 | 670 | if (playTimes != 0) { |
| 671 | 671 | CodingEditer.playCoding(); |
| 672 | + alert('playCoding可以播放 ----------- ' + playTimes) | |
| 672 | 673 | } |
| 673 | 674 | // CodingEditer.playCoding(); |
| 674 | 675 | }, | ... | ... |