Skip to content

Commit

Permalink
Worker低版本降级
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyuecn committed Aug 18, 2019
1 parent 7d9b31e commit dc4f5fc
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 20 deletions.
2 changes: 1 addition & 1 deletion dist/app-support/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/engine/mp3.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/recorder-core.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion recorder.mp3.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion recorder.wav.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/app-support/app-ios-weixin-support.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ platform.Start=function(set,success,fail){
if(isStart){
console.log("正在录音,正在结束后重试");
stopNow(function(){
platform.Start(set,success,fail);
setTimeout(function(){
platform.Start(set,success,fail);
},300);
});
return;
};
Expand Down
Loading

0 comments on commit dc4f5fc

Please sign in to comment.