增加 list为空图片

This commit is contained in:
xuli3099
2025-08-26 12:43:15 +08:00
parent 1d8fbf7d67
commit 48e74be9be

View File

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