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
chenjun
2024-08-22 15:05:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c2de3a0114c81e9629ff70cd21c545740803c16b
c2de3a01
1 parent
3680b14c
换一换如果全部试过后置灰
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleColumn09.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleColumn09.ets
View file @
c2de3a0
...
...
@@ -190,11 +190,14 @@ export struct ZhSingleColumn09 {
.onClick(() => {
if (this.currentOperDataListIndex > 0) {
this.currentOperDataListIndex--
} else {
return
}
if (this.compDTO?.operDataList.length > 8) {
if (this.pageModel) {
this.pageModel.compList.deleteItem(this.compIndex)
}
this.operDataList = this.shuffleArray(this.operDataList)
// if (this.pageModel) {
// this.pageModel.compList.deleteItem(this.compIndex)
// }
this.activeIndexs = [];
}
})
...
...
Please
register
or
login
to post a comment