This commit is contained in:
liuye
2022-09-28 14:44:31 +08:00
parent 46ca14b9fa
commit 2560374f6c
2 changed files with 5 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
</div>
</AiTopFixed>
<div class="user-list">
<u-swipe-action style="margin-bottom: 16px;"
<u-swipe-action style="margin-bottom: 12px;"
:show="item.show"
:index="index"
v-for="(item,index) in list"
@@ -146,6 +146,8 @@ export default {
if (res.code == 0) {
this.$u.toast('删除成功')
this.getListInit()
}else {
this.$u.toast(res.msg)
}
})
})