|
@@ -40,7 +40,7 @@
|
|
|
>
|
|
>
|
|
|
<template v-if="idCardFrontList.length === 0">
|
|
<template v-if="idCardFrontList.length === 0">
|
|
|
<div class="upload-placeholder">
|
|
<div class="upload-placeholder">
|
|
|
- <el-image src="http://localhost:5173/static/img/idCard2.png" />
|
|
|
|
|
|
|
+ <el-image src="/src/assets/images/idCard1.png" />
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-upload>
|
|
</el-upload>
|
|
@@ -65,7 +65,7 @@
|
|
|
<template v-if="idCardBackList.length === 0">
|
|
<template v-if="idCardBackList.length === 0">
|
|
|
<div class="upload-placeholder">
|
|
<div class="upload-placeholder">
|
|
|
<span class="placeholder-text">
|
|
<span class="placeholder-text">
|
|
|
- <el-image src="http://localhost:5173/static/img/idCard1.png" />
|
|
|
|
|
|
|
+ <el-image src="/src/assets/images/idCard2.png" />
|
|
|
</span>
|
|
</span>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|