From 11f19e58f5f74e012e32ea00ed61de81d878cfee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A2=A6=E9=BE=99?= Date: Thu, 4 Sep 2025 06:30:58 +0000 Subject: [PATCH] =?UTF-8?q?update=20ArkUI/entry/src/main/ets/pages/TrackCo?= =?UTF-8?q?mponentData.ets.=20=E4=BB=A3=E7=A0=81=E4=B8=8D=E8=A7=84?= =?UTF-8?q?=E8=8C=83=E7=BC=BA=E5=A4=B1=E5=88=86=E5=8F=B7=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=88=86=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 杨梦龙 --- ArkUI/entry/src/main/ets/pages/TrackComponentData.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArkUI/entry/src/main/ets/pages/TrackComponentData.ets b/ArkUI/entry/src/main/ets/pages/TrackComponentData.ets index 8666800a..6a339a59 100644 --- a/ArkUI/entry/src/main/ets/pages/TrackComponentData.ets +++ b/ArkUI/entry/src/main/ets/pages/TrackComponentData.ets @@ -41,7 +41,7 @@ struct CountModifier { Column() { Button('add to basket') .onClick(() => { - this.count++ + this.count++; }) TotalView({ count: this.count }) } -- Gitee