feat:完成按钮内显示已拍数量
This commit is contained in:
parent
c924addf50
commit
0d7eff7df0
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user