From 3901e913deba8a01b367d326abd376578c244753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=96=B0=E5=87=A4?= <15324861827@163.com> Date: Wed, 17 May 2023 06:33:27 +0000 Subject: [PATCH] update ExcellentCase/Healthy_life/README.md. --- ExcellentCase/Healthy_life/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ExcellentCase/Healthy_life/README.md b/ExcellentCase/Healthy_life/README.md index 25b544ac..8a352208 100644 --- a/ExcellentCase/Healthy_life/README.md +++ b/ExcellentCase/Healthy_life/README.md @@ -181,9 +181,9 @@ onConfirm() { preferences.then((res) => { res.put(IS_PRIVACY, true).then(() => { res.flush(); - Logger.info('TaskInfoTable',‘isPrivacy is put success’); + Logger.info('TaskInfoTable', 'isPrivacy is put success'); }).catch((err) => { - Logger.info('TaskInfoTable', ‘isPrivacy put failed. Cause:’ + err); + Logger.info('TaskInfoTable', 'isPrivacy put failed. Cause:' + err); }); }) this.jumpAdPage(); -- Gitee