|
@@ -128,11 +128,11 @@
|
|
|
<UploadImgs
|
|
|
v-model="cardImgUrl"
|
|
|
:uploadSuccessTip="false"
|
|
|
- :limit="10"
|
|
|
+ :limit="5"
|
|
|
@handle-change="cardUploadChange"
|
|
|
height="150px" width="150px" style="margin: 20px auto; text-align: center;"
|
|
|
>
|
|
|
- <template #tip>{{ cardImgUrl ? `${cardImgUrl.length}/10` : '请上传名片(最多可上传10张)' }}</template>
|
|
|
+ <template #tip>{{ cardImgUrl ? `${cardImgUrl.length}/5` : '请上传名片(最多可上传5张)' }}</template>
|
|
|
</UploadImgs>
|
|
|
</template>
|
|
|
<!-- 杂项 -->
|