You need to sign in or sign up before continuing.
未验证 提交 672a43b1 编写于 作者: O openharmony_ci 提交者: Gitee

!7767 翻译完成:7712【轻量级 PR】:update zh-cn/application-dev/media/audio-interruptmode.md. 箭头函数之间空格

Merge pull request !7767 from wusongqing/TR7712
......@@ -48,7 +48,7 @@ For details about the APIs, see [AudioRenderer in Audio Management](../reference
```js
var mode_ = audio.InterruptMode.SHARE_MODE;
await this.audioRenderer.setInterruptMode(mode_).then(()=>{
await this.audioRenderer.setInterruptMode(mode_).then(() => {
console.log('[JSAR] [SetInterruptMode] Setting: '+ (mode_ == 0? " share mode":"independent mode") + "success");
});
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册