Feat:解除店铺入住图片数量限制

This commit is contained in:
linxi
2024-12-04 14:39:26 +08:00
parent c5c9c9146b
commit 07bccb8b68
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -119,7 +119,7 @@
<template #label>
<u-upload
:fileList="pics"
:maxCount="9"
:maxCount="99999"
:disabled="reviewing"
name="pics"
multiple
+1 -1
View File
@@ -297,7 +297,7 @@
<template #title>
<u-upload
:fileList="pics"
:maxCount="9"
:maxCount="99999"
:disabled="reviewing"
name="pics"
multiple