Fix:4182 【商城小程序】供应商入驻状态为审核中时,隐藏商家资质图片右上角的删除按钮

This commit is contained in:
linxi
2025-11-13 14:58:54 +08:00
parent 7075b1d125
commit 80ed47d5eb
+4 -1
View File
@@ -132,6 +132,7 @@
</template> </template>
<template #label> <template #label>
<u-upload <u-upload
v-if="showUpload"
:fileList="quaPics" :fileList="quaPics"
:maxCount="9" :maxCount="9"
:deletable="!reviewing" :deletable="!reviewing"
@@ -653,7 +654,8 @@ export default {
stateType: 'primary', stateType: 'primary',
// 是否为审核中 // 是否为审核中
reviewing: false, reviewing: false,
pageKeyId: '' pageKeyId: '',
showUpload: false
} }
}, },
computed: { computed: {
@@ -863,6 +865,7 @@ export default {
initInfo() { initInfo() {
// 是否缺少参数区分文玩和特产? // 是否缺少参数区分文玩和特产?
getShopInfo().then((res) => { getShopInfo().then((res) => {
this.showUpload = true
const {data} = res const {data} = res
// console.log(res, 'initInfo--------'); // console.log(res, 'initInfo--------');
// console.log(data, 'data--------'); // console.log(data, 'data--------');