Fix:4385 【旅居商城小程序】管理后台配置资质图片在前端小程序未生效
This commit is contained in:
@@ -223,7 +223,7 @@
|
||||
v-if="activeIndex === 2"
|
||||
class="qualifications-section"
|
||||
>
|
||||
<view v-if="store.qualification.length === 0">
|
||||
<view v-if="store.qualification.length > 0">
|
||||
<image
|
||||
v-for="(item, index) in store.qualification || []"
|
||||
:key="index"
|
||||
|
||||
Reference in New Issue
Block a user