This commit is contained in:
yanran200730
2022-05-30 15:55:24 +08:00
parent 16beb074f6
commit 349692bde6

View File

@@ -63,7 +63,7 @@
<u-popup v-model="isShowAlbum" :closeable="false" border-radius="32" height="70%" mode="bottom"> <u-popup v-model="isShowAlbum" :closeable="false" border-radius="32" height="70%" mode="bottom">
<div class="album"> <div class="album">
<div class="top"> <div class="top">
<span @click="isShow = false">取消</span> <span @click="isShowAlbum = false">取消</span>
<span @click="onConfirm">确定</span> <span @click="onConfirm">确定</span>
</div> </div>
<scroll-view scroll-y class="album-list__wrapper"> <scroll-view scroll-y class="album-list__wrapper">