fix: bug

This commit is contained in:
杨航
2026-03-06 17:40:58 +08:00
parent 1a2de99437
commit cf8961800f
@@ -222,7 +222,7 @@
// 方法 // 方法
const uploadNow = (limit = 4) => { const uploadNow = (limit = 4) => {
if(!isImg.value){ if(!isImg.value || fileList.value === 0){
upload(limit) upload(limit)
}else{ }else{
common.show('','是否清空当前表情并重新添加?').then((res) => { common.show('','是否清空当前表情并重新添加?').then((res) => {