提交 c4f7c6f3 编写于 作者: Z zhangxin_T

doc modify

Signed-off-by: Nzhangxin_T <zhangxin312@huawei.com>
上级 a658ca89
......@@ -337,10 +337,10 @@ cancelBackgroundRunning(callback: AsyncCallback&lt;void&gt;): void;
import particleAbility from '@ohos.ability.particleAbility';
function callback(err, data) {
if (err && err.code === 0) {
console.info("Operation succeeded");
} else {
if (err) {
console.error("Operation failed cause: " + JSON.stringify(err));
} else {
console.info("Operation succeeded");
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册