修复驳回后再次提交报错的bug

This commit is contained in:
赵毅 2025-10-30 16:22:25 +08:00
parent 6b229b8639
commit 249c440d61
3 changed files with 6 additions and 4 deletions

View File

@ -51,9 +51,9 @@
<view>{{ itemObj.merchant_code }}</view> <view>{{ itemObj.merchant_code }}</view>
</view> </view>
</view> </view>
<view> <!-- <view>
<button class="btn" @click="goShopManage">进入店铺管理</button> <button class="btn" @click="goShopManage">进入店铺管理</button>
</view> </view> -->
</view> </view>
<view class="auditStatusContainer" v-if="itemObj.status == 3"> <view class="auditStatusContainer" v-if="itemObj.status == 3">
<view class="header"> <view class="header">

View File

@ -423,8 +423,11 @@ export default {
this.parseAdCode(this.itemObj.ad_code); this.parseAdCode(this.itemObj.ad_code);
} }
this.imgList = this.itemObj.facade_photo.split(",").map(item => ({ url: this.picUrl + item })) this.imgList = this.itemObj.facade_photo.split(",").map(item => ({ url: this.picUrl + item }))
this.imgList2 = this.itemObj.facade_photo.split(",")
this.imgList3 = this.itemObj.interior_photo.split(",").map(item => ({ url: this.picUrl + item })) this.imgList3 = this.itemObj.interior_photo.split(",").map(item => ({ url: this.picUrl + item }))
this.imgList4 = this.itemObj.interior_photo.split(",")
this.imgList5 = this.itemObj.license_photo.split(",").map(item => ({ url: this.picUrl + item })) this.imgList5 = this.itemObj.license_photo.split(",").map(item => ({ url: this.picUrl + item }))
this.imgList6 = this.itemObj.license_photo.split(",")
} }
}) })
} }

View File

@ -8,8 +8,7 @@
<div class="Msg2"> <div class="Msg2">
<div>入驻申请提交成功!</div> <div>入驻申请提交成功!</div>
<div> <div>
<span>3个工作日内</span> 请耐心等待工作人员处理
将有专属顾问与您联系
</div> </div>
</div> </div>
</div> </div>