Fix:2608 【商城小程序】商户入驻--店铺图片选项改为必填项
This commit is contained in:
@@ -289,7 +289,12 @@
|
|||||||
</u-form-item>
|
</u-form-item>
|
||||||
<u-form-item prop="pics">
|
<u-form-item prop="pics">
|
||||||
<u-cell title="店铺图片" :border="false">
|
<u-cell title="店铺图片" :border="false">
|
||||||
<template #label>
|
<template #icon>
|
||||||
|
<text class="required">*</text>
|
||||||
|
</template>
|
||||||
|
</u-cell>
|
||||||
|
<u-cell :border="false">
|
||||||
|
<template #title>
|
||||||
<u-upload
|
<u-upload
|
||||||
:fileList="pics"
|
:fileList="pics"
|
||||||
:maxCount="9"
|
:maxCount="9"
|
||||||
|
|||||||
Reference in New Issue
Block a user