Commit 0bea4bbabefed3f333d0fd111e6cd99315b59d70
1 parent
0e6a43b5
fix 播放错误不显示问题
Showing
1 changed file
with
1 additions
and
1 deletions
src/js/gb.js
| ... | ... | @@ -1948,7 +1948,7 @@ $(function() { |
| 1948 | 1948 | code: record.code || '' |
| 1949 | 1949 | }; |
| 1950 | 1950 | console.log(resultData.code) |
| 1951 | - if (record.code == 0) { | |
| 1951 | + if (record.code == 0 || record.code == 1) { | |
| 1952 | 1952 | compileResult(resultData, record.runtimeArgus); |
| 1953 | 1953 | } |
| 1954 | 1954 | ... | ... |