diff --git a/features/fund/src/main/ets/view/FundComponent.ets b/features/fund/src/main/ets/view/FundComponent.ets index 00da83d55abc31f412ef36bf218d74aa878a2ace..3c09feaf151ab504e1938a68e7b487f20344f06f 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 6cebc8db165afac90683d4876f2ac8349ecd8fdf..2f0d828a4b79fdecb4360b326943f2b5b09b237c 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;