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