修复首页图标问题

This commit is contained in:
@fawn-nine
2024-08-12 09:20:25 +08:00
parent 7c9b2a3c80
commit ebd616aef5
2 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@
<view class="childrenBox fourIcon flexbox" style="justify-content: space-around;">
<div class="item flexbox" @click="curseClickJump(item)" v-for="(item, index) in sbuMedicalTagsList"
:key="index">
<image :src="item.icon" mode="aspectFit"></image>
<image :src="item.icon" mode="aspectFit" v-if="item.icon != '' && item.icon != null"></image>
<text>{{item.title}}</text>
</div>
</view>