Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-11 15:29:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
43101e6ef125885a8a00a560fe169ffac43118e5
43101e6e
1 parent
68f9cf18
refactor(AlbumList): 移除我的标识注释并优化删除确认逻辑
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/pages/AlbumList/index.vue
src/pages/AlbumList/index.vue
View file @
43101e6
...
...
@@ -33,12 +33,12 @@
</view>
<!-- 我的标识 -->
<view
<
!-- <
view
v-if="item.is_my"
class="absolute top-2 right-2 px-2 py-1 bg-blue-500 bg-opacity-80 rounded text-white text-xs"
>
我的
</view>
</view>
-->
<!-- 删除按钮 -->
<view
...
...
@@ -204,7 +204,7 @@ const handleItemClick = (item, index) => {
*/
const handleDeleteClick = (item) => {
currentDeleteItem.value = item;
Taro.showModal({
title: '删除确认',
content: '确定要删除这张照片吗?删除后无法恢复。',
...
...
Please
register
or
login
to post a comment