update: 驳回审核根据管理后台配置新字段动态渲染门店图;首页下载按钮的链接文案修改。
This commit is contained in:
parent
e5b36c050b
commit
acace24d47
@ -12,7 +12,7 @@
|
||||
<p>"小发同城在手,本地生活无忧"</p>
|
||||
</div>
|
||||
<div class="slider-button">
|
||||
<div class="btn slider-btn service">APP下载
|
||||
<div class="btn slider-btn service">Android版本下载
|
||||
<!-- 二维码容器 -->
|
||||
<div class="qr-code">
|
||||
<img src="../../assets/image/xiaofa_logo.png" alt="APP二维码">
|
||||
|
||||
@ -4,9 +4,9 @@
|
||||
<div class="steps-container">
|
||||
<div class="tit">
|
||||
<el-result
|
||||
:icon="approval_status==2 ? 'success' : [3,5].includes(approval_status) ? 'primary' : 'error' "
|
||||
:icon="auditInfo.approval_status==1 ? 'success' : [3,5].includes(auditInfo.approval_status) ? 'primary' : 'error' "
|
||||
:title="auditInfo?.approval_remark"
|
||||
:sub-title="approval_status==2 ? '现在去商家端看看吧~' : [3,5].includes(approval_status) ? '请耐心等一些时间' : '请按下面资料填写提交审核' "
|
||||
:sub-title="auditInfo.approval_status==1 ? '现在去商家端看看吧~' : [3,5].includes(auditInfo.approval_status) ? '请耐心等一些时间' : '请填写以下资料重新提交审核' "
|
||||
>
|
||||
</el-result>
|
||||
</div>
|
||||
@ -116,10 +116,10 @@
|
||||
list-type="picture-card"
|
||||
:auto-upload="true"
|
||||
:on-preview="handlePictureCardPreview"
|
||||
v-model="applyFormData[item.key=='storefrontImg'?'front_facade_image':item.key=='surroundingsImg'?'environment_image':item.key]"
|
||||
v-model="applyFormData[item.key]"
|
||||
:on-remove="
|
||||
(file, fileList) =>
|
||||
handleRemove(file, fileList, item.key=='storefrontImg'?'front_facade_image':item.key=='surroundingsImg'?'environment_image':item.key)
|
||||
handleRemove(file, fileList, item.key)
|
||||
"
|
||||
:on-success="
|
||||
(response, file, fileList) =>
|
||||
@ -127,7 +127,7 @@
|
||||
response,
|
||||
file,
|
||||
fileList,
|
||||
item.key=='storefrontImg'?'front_facade_image':item.key=='surroundingsImg'?'environment_image':item.key
|
||||
item.key
|
||||
)
|
||||
"
|
||||
:on-error="handleUploadError"
|
||||
@ -135,7 +135,7 @@
|
||||
:action="uploadUrl"
|
||||
name="upfile"
|
||||
:class="{
|
||||
'upload-hidden': isUploadHidden(item.key=='storefrontImg'?'front_facade_image':item.key=='surroundingsImg'?'environment_image':item.key),
|
||||
'upload-hidden': isUploadHidden(item.key),
|
||||
}"
|
||||
>
|
||||
<el-icon class="avatar-uploader-icon">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user