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
张善主
2024-05-22 16:34:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ed982dc8993b9daecb361ec193ef7ce2991f8312
ed982dc8
1 parent
cddc79c8
fix(17806):功能缺陷-【uat】意见反馈-描述您的问题-上传图片后,点击叉叉按钮,没有反应,预期删除图片,并显示加号上传按钮,看图
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/FeedBackActivity.ets
sight_harmony/features/wdComponent/src/main/ets/components/FeedBackActivity.ets
View file @
ed982dc
...
...
@@ -294,7 +294,7 @@ export struct FeedBackActivity {
mediaFlag = true;
Logger.info(TAG, `select image/video uri: ${value}`);
})
if(this.pics.length<=3 && beforeLen != 3){
if(this.pics.length<=3 && beforeLen != 3
&& array.length != 3
){
this.addPic.id = startIndex
this.pics[this.pics.length-1]=this.addPic;
}
...
...
Please
register
or
login
to post a comment