|
|
@@ -32,7 +32,7 @@
|
|
|
</template>
|
|
|
<div
|
|
|
class="uploadBtnAIVerify"
|
|
|
- :style="{ 'justify-content': shotsNum >= maxNum ? 'space-between' : center }">
|
|
|
+ :style="{ 'justify-content': shotsNum >= maxNum ? 'space-between' : 'center' }">
|
|
|
<div class="confirmUploadAIVerify" @click="uploadImg(false)">重新拍照</div>
|
|
|
<div v-if="shotsNum >= maxNum" class="stillUploadAIVerify" @click="confirmUpload">
|
|
|
仍要上传
|
|
|
@@ -43,6 +43,10 @@
|
|
|
<van-icon name="warning-o" />上传后作为本店标准店招,未来每次拜访时校验。
|
|
|
</div>
|
|
|
</template>
|
|
|
+ <template v-else>
|
|
|
+ <!-- 补位 -->
|
|
|
+ <div class="coveringPosition"></div>
|
|
|
+ </template>
|
|
|
</template>
|
|
|
<template v-if="shopSignChange == 1">
|
|
|
<div class="historyImageAIVerify">
|
|
|
@@ -359,6 +363,9 @@ export default {
|
|
|
font-size: vw(22);
|
|
|
color: #999999;
|
|
|
}
|
|
|
+ .coveringPosition {
|
|
|
+ height: vw(60);
|
|
|
+ }
|
|
|
.uploadBtnAIVerify {
|
|
|
display: flex;
|
|
|
align-items: center;
|