Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9931cc9 commit 07a7e86Copy full SHA for 07a7e86
ezuikit.js
@@ -1517,7 +1517,7 @@ function addCss(filepath, callback) {
1517
if(openSoundRT == 0) {
1518
_this.log('开启声音成功', data)
1519
}else {
1520
- _this.log('开启声音失败', 'error', err)
+ _this.log('开启声音失败', 'error')
1521
}
1522
console.log("openSoundRT", openSoundRT)
1523
}, 100)
@@ -1580,7 +1580,7 @@ function addCss(filepath, callback) {
1580
playParams.handleError({ retcode: err.oError.errorCode, msg: errorInfo ? errorInfo.description : '其他错误' });
1581
1582
if ((index + 1) === _this.opt.sources.length) {
1583
- resolve({code : -1})
+ resolve({ retcode: err.oError.errorCode, msg: errorInfo ? errorInfo.description : '其他错误' })
1584
1585
})
1586
0 commit comments