Fix:2608 【商城小程序】商户入驻--店铺图片选项改为必填项

This commit is contained in:
linxi
2024-11-20 17:01:00 +08:00
parent 257445263d
commit 3288c71b8a
+6 -1
View File
@@ -289,7 +289,12 @@
</u-form-item>
<u-form-item prop="pics">
<u-cell title="店铺图片" :border="false">
<template #label>
<template #icon>
<text class="required">*</text>
</template>
</u-cell>
<u-cell :border="false">
<template #title>
<u-upload
:fileList="pics"
:maxCount="9"