2025/9/27/23:14

This commit is contained in:
2025-09-27 23:14:50 +08:00
parent eae49c76bd
commit e8186e723f
10 changed files with 156 additions and 74 deletions

View File

@@ -99,7 +99,18 @@
{{cardReviewData.user_has_voted ? '已提交投票' : (cardReviewData.is_ended ? '投票结束' : '投我一票')}}
</text>
</button>
<button
class="share-btn"
open-type="share"
>
<!-- 原有图标 -->
<t-icon
name="link-1"
class="wrapper-link-icon"
/>
</button>
</view>
</view>
<!-- 投票区状态提示:无数据/加载中/加载失败 -->