From 356547762480082c3ea140ef0058fa7fd7bb9b48 Mon Sep 17 00:00:00 2001 From: yangxiang <1223109862@qq.com> Date: Fri, 20 Jun 2025 15:25:28 +0800 Subject: [PATCH] =?UTF-8?q?feat=20(=E5=90=8C=E6=BA=90):=E6=A0=87=E8=AF=86?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/fund/src/main/ets/view/FundComponent.ets | 6 +++--- product/phone/src/main/ets/pages/Index.ets | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/features/fund/src/main/ets/view/FundComponent.ets b/features/fund/src/main/ets/view/FundComponent.ets index 00da83d..3c09fea 100644 --- a/features/fund/src/main/ets/view/FundComponent.ets +++ b/features/fund/src/main/ets/view/FundComponent.ets @@ -16,9 +16,8 @@ import { BreakpointUtil, BusinessInfo, CommonConstants, FundDetail, RouterConstants } from '@ohos/basic'; import { FundConstants } from '../constants/FundConstants'; import FundingViewModel from '../viewmodel/FundingViewModel'; - +// [Start fund_component] @Component - // [Start fund_component] export struct FundComponent { // [StartExclude fund_component] @State currentPoint: string = CommonConstants.BREAK_POINT_SM; @@ -489,4 +488,5 @@ export struct FundComponent { }) } // [EndExclude fund_component] -} \ No newline at end of file +} +// [End fund_component] \ No newline at end of file diff --git a/product/phone/src/main/ets/pages/Index.ets b/product/phone/src/main/ets/pages/Index.ets index 6cebc8d..2f0d828 100644 --- a/product/phone/src/main/ets/pages/Index.ets +++ b/product/phone/src/main/ets/pages/Index.ets @@ -19,9 +19,9 @@ import { AccountPage, AdvertisementDialog, HomeComponent } from '@ohos/home'; import { Funding, FundingDetail, TrendsPage } from '@ohos/fund'; import { ComparisonDetailPage, ComparisonInfo } from '@ohos/fundComparison'; +// [Start init_pop_custom_style] @Entry @Component - // [Start init_pop_custom_style] struct Index { // [StartExclude init_pop_custom_style] @StorageLink('breakPoint') breakPoint: string = CommonConstants.BREAK_POINT_SM; -- Gitee