Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
liyubing
2024-05-13 15:37:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ae4d278cb66ff70e460988c1075f5a627107187f
ae4d278c
1 parent
9ca7dfab
feat(广告稿件):删除广告稿件
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardViewAdv/CardAdvBottom.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardViewAdv/CardAdvTop.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/TopNavigationComponent.ets
sight_harmony/products/phone/.gitignore
sight_harmony/features/wdComponent/src/main/ets/components/cardViewAdv/CardAdvBottom.ets
View file @
ae4d278
import { CompDTO } from 'wdBean/Index';
import { Logger } from 'wdKit/Index';
import {
DateTimeUtils,
Logger } from 'wdKit/Index';
import PageModel from '../../viewmodel/PageModel';
/**
...
...
@@ -59,9 +59,9 @@ export struct CardAdvBottom {
break;
}
}
Logger.error("ZZZXXXXX","currentIndex====>"+currentIndex);
if (currentIndex >= 0) {
this.pageModel.compList.deleteItem(currentIndex)
this.pageModel.timestamp = DateTimeUtils.getTimeStamp().toString()
}
}
}
...
...
sight_harmony/features/wdComponent/src/main/ets/components/cardViewAdv/CardAdvTop.ets
View file @
ae4d278
import { CompDTO } from 'wdBean/Index';
import { Logger } from 'wdKit/Index';
import {
DateTimeUtils,
Logger } from 'wdKit/Index';
import PageModel from '../../viewmodel/PageModel';
/**
...
...
@@ -71,10 +71,9 @@ export struct CardAdvTop {
break;
}
}
Logger.error("ZZZXXXXX","currentIndex====>"+currentIndex);
if (currentIndex >= 0) {
this.pageModel.compList.deleteItem(currentIndex)
this.pageModel.timestamp = DateTimeUtils.getTimeStamp().toString()
}
}
}
...
...
sight_harmony/features/wdComponent/src/main/ets/components/page/TopNavigationComponent.ets
View file @
ae4d278
import { BottomNavDTO, CompDTO, TopNavDTO } from 'wdBean';
import { SpConstants } from 'wdConstant';
import { DisplayUtils, LazyDataSource, Logger,
SPHelper, NetworkUtil, ToastUtils
} from 'wdKit';
import { DisplayUtils, LazyDataSource, Logger,
NetworkUtil, SPHelper, ToastUtils
} from 'wdKit';
import { ProcessUtils, WDRouterPage, WDRouterRule } from 'wdRouter';
import { PageComponent } from './PageComponent';
import { ChannelSubscriptionLayout } from './ChannelSubscriptionLayout';
...
...
sight_harmony/products/phone/.gitignore
View file @
ae4d278
...
...
@@ -3,4 +3,5 @@
/.preview
/build
/.cxx
/.test
\ No newline at end of file
/.test
/oh-package-lock.json5
\ No newline at end of file
...
...
Please
register
or
login
to post a comment