fix: bug
This commit is contained in:
@@ -222,7 +222,7 @@
|
||||
// 方法
|
||||
|
||||
const uploadNow = (limit = 4) => {
|
||||
if(!isImg.value){
|
||||
if(!isImg.value || fileList.value === 0){
|
||||
upload(limit)
|
||||
}else{
|
||||
common.show('','是否清空当前表情并重新添加?').then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user