Fix:4182 【商城小程序】供应商入驻状态为审核中时,隐藏商家资质图片右上角的删除按钮
This commit is contained in:
@@ -132,6 +132,7 @@
|
||||
</template>
|
||||
<template #label>
|
||||
<u-upload
|
||||
v-if="showUpload"
|
||||
:fileList="quaPics"
|
||||
:maxCount="9"
|
||||
:deletable="!reviewing"
|
||||
@@ -653,7 +654,8 @@ export default {
|
||||
stateType: 'primary',
|
||||
// 是否为审核中
|
||||
reviewing: false,
|
||||
pageKeyId: ''
|
||||
pageKeyId: '',
|
||||
showUpload: false
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
@@ -863,6 +865,7 @@ export default {
|
||||
initInfo() {
|
||||
// 是否缺少参数区分文玩和特产?
|
||||
getShopInfo().then((res) => {
|
||||
this.showUpload = true
|
||||
const {data} = res
|
||||
// console.log(res, 'initInfo--------');
|
||||
// console.log(data, 'data--------');
|
||||
|
||||
Reference in New Issue
Block a user