feat:完成按钮内显示已拍数量

This commit is contained in:
ShenQiLun 2026-06-25 17:44:15 +08:00
parent c924addf50
commit 0d7eff7df0

View File

@ -51,7 +51,7 @@
<!-- 右侧:完成按钮(拍完显示) -->
<view class="cc-footer-right">
<text class="cc-confirm-btn" @click="confirmCapture" v-if="capturedList.length > 0">完成</text>
<text class="cc-confirm-btn" @click="confirmCapture" v-if="capturedList.length > 0">完成 {{ capturedList.length }}</text>
</view>
</view>