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 #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--------');