增加 空图片内容

This commit is contained in:
xuli3099
2025-08-25 16:47:32 +08:00
parent 0a1d4de168
commit f1ee5dd877
11 changed files with 44 additions and 11 deletions

View File

@@ -110,7 +110,10 @@ let list = ref([]);
const upOption = ref({
page: {num: 0, size: 10},
noMoreSize: 5,
empty: {tip: '~ 空空如也 ~'},
empty: {
tip: '~ 空空如也 ~',
icon: "../../static/images/mescroll-empty.png"
},
textLoading: '加载中...',
textNoMore: '已经到底了'
});