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
douaojie
2024-04-29 17:40:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a01abc86f9baa22da861df2ad98f430e983c0f39
a01abc86
1 parent
e8eceb42
fix: 大专题卡显示音视频信息
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/skeleton/DefaultPage.ets
sight_harmony/features/wdComponent/src/main/ets/components/skeleton/DefaultPage.ets
View file @
a01abc8
...
...
@@ -3,7 +3,7 @@ import { EmptyComponent } from '../view/EmptyComponent'
@Entry
@Component
export struct DefaultPage {
@State type: number = 1
@State type: number = 1
5
retry() {
console.log('daj点击了重试')
...
...
@@ -13,7 +13,6 @@ export struct DefaultPage {
Row() {
EmptyComponent({
emptyType: this.type,
emptyButton: true,
retry: () => {
this.retry()
}
...
...
Please
register
or
login
to post a comment