From 4513eeae8f54d61c852fc758e148d2cb96f54cda Mon Sep 17 00:00:00 2001 From: bailu1992 Date: Sat, 8 Oct 2022 10:24:09 +0800 Subject: [PATCH] =?UTF-8?q?vibrate=E9=94=99=E8=AF=AF=E7=A0=81=E6=95=B4?= =?UTF-8?q?=E6=94=B9-2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: bailu1992 --- zh-cn/application-dev/reference/apis/js-apis-vibrator.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-vibrator.md b/zh-cn/application-dev/reference/apis/js-apis-vibrator.md index a1909147aa..3d7df4f245 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-vibrator.md +++ b/zh-cn/application-dev/reference/apis/js-apis-vibrator.md @@ -49,7 +49,7 @@ try { } }); } catch(err) { - console.info('off fail, errCode: ' + err.code + ' ,msg: ' + err.message); + console.info('errCode: ' + err.code + ' ,msg: ' + err.message); } ``` @@ -92,7 +92,7 @@ try { console.log("error.code" + error.code + "error.message" + error.message); }) } catch(err) { - console.info('off fail, errCode: ' + err.code + ' ,msg: ' + err.message); + console.info('errCode: ' + err.code + ' ,msg: ' + err.message); } ``` @@ -125,7 +125,7 @@ try { } }) } catch(err) { - console.info('off fail, errCode: ' + err.code + ' ,msg: ' + err.message); + console.info('errCode: ' + err.code + ' ,msg: ' + err.message); } ``` @@ -161,7 +161,7 @@ try { console.log("error.code" + error.code + "error.message" + error.message); }); } catch(err) { - console.info('off fail, errCode: ' + err.code + ' ,msg: ' + err.message); + console.info('errCode: ' + err.code + ' ,msg: ' + err.message); } ``` -- GitLab