From fdfac17ce852d4e2d8ee5a90c21c41c41ce73142 Mon Sep 17 00:00:00 2001 From: wpp <58198665+879356503@users.noreply.github.com> Date: Mon, 26 May 2025 23:56:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=BB=E4=B8=AD=E7=94=BB=E4=B8=8D=E6=94=AF?= =?UTF-8?q?=E6=8C=81PC=EF=BC=8C=E6=B7=BB=E5=8A=A0toast?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/VideoPlay.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entry/src/main/ets/pages/VideoPlay.ets b/entry/src/main/ets/pages/VideoPlay.ets index 5afe211..ea461d1 100644 --- a/entry/src/main/ets/pages/VideoPlay.ets +++ b/entry/src/main/ets/pages/VideoPlay.ets @@ -420,9 +420,9 @@ export struct PlayVideo { if (deviceInfo.productSeries === 'HYM' || deviceInfo.productSeries === 'HAD') { try { promptAction.showToast(({ - message: '', + message: $r('app.string.notsupport'), duration: 2000 - })) + })); } catch (error) { Logger.error(`showToast args error code is ${error.code}, message is ${error.message}}`); } -- Gitee