hookehuyr

refactor(AlbumList): 移除我的标识注释并优化删除确认逻辑

......@@ -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: '确定要删除这张照片吗?删除后无法恢复。',
......