We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
let _audio_buy_info = 'xxxxx' if (_audio_buy_info) { let _pre_info = _this.audioInfo _pre_info.src = _audio_buy_info.src _this.audioInfo = Object.assign({}, _pre_info) }
audioInfo是music的对象,但是在loadstart事件里面会无限循环,canplay也是
The text was updated successfully, but these errors were encountered:
目前只能在mounted 或者watch created 里面替换,想的是 video标签也有的ready事件,那么audio应该也有类似的吧
Sorry, something went wrong.
No branches or pull requests
let _audio_buy_info = 'xxxxx'
if (_audio_buy_info) {
let _pre_info = _this.audioInfo
_pre_info.src = _audio_buy_info.src
_this.audioInfo = Object.assign({}, _pre_info)
}
audioInfo是music的对象,但是在loadstart事件里面会无限循环,canplay也是
The text was updated successfully, but these errors were encountered: