更新相册列表

This commit is contained in:
liuye
2021-12-24 11:04:27 +08:00
parent 8dbf53d005
commit 9a2a04a153

View File

@@ -157,6 +157,7 @@ export default {
this.$u.toast('上传成功!') this.$u.toast('上传成功!')
this.getList() this.getList()
this.getStatistic() this.getStatistic()
uni.$emit('updateList')
} }
}) })
} }