From 3a6b8b2368d7de8bfbaa2291e119e16be1a1186d Mon Sep 17 00:00:00 2001 From: tzliujiahui Date: Mon, 26 May 2025 09:13:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8D=A1=E7=89=87=E5=9C=A8?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E4=B8=AD=E5=BF=83=E9=A2=84=E8=A7=88=E5=85=A8?= =?UTF-8?q?=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tzliujiahui --- .../entry/src/main/ets/widget/pages/CasesSwiperCard.ets | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/SuperFeature/Widget/ArkTSCard/CardInteractionCase/entry/src/main/ets/widget/pages/CasesSwiperCard.ets b/code/SuperFeature/Widget/ArkTSCard/CardInteractionCase/entry/src/main/ets/widget/pages/CasesSwiperCard.ets index 448823eb2c..a0fc01f924 100644 --- a/code/SuperFeature/Widget/ArkTSCard/CardInteractionCase/entry/src/main/ets/widget/pages/CasesSwiperCard.ets +++ b/code/SuperFeature/Widget/ArkTSCard/CardInteractionCase/entry/src/main/ets/widget/pages/CasesSwiperCard.ets @@ -80,6 +80,10 @@ struct Widget_DynamicCard { }) } .autoPlay(true) + } else { + Image($r('app.media.share_button')) + .width('100%') + .height('100%') } } .width($r('app.string.widget_display_full_width_percent')) -- Gitee