Merge branch 'sit-Leung' into sit-jiamin-v2

This commit is contained in:
952108534@qq.com
2022-01-26 19:32:16 +08:00
10 changed files with 44 additions and 5 deletions

View File

@@ -105,7 +105,8 @@
@click="selectproduce(item)"
>
<div class="rc-rccontair">
<img :src="item.picture" alt="" />
<img :src="item.picture" v-if="(item.picture && item.picture.length>0)" alt="" />
<img src="/images/default.jpg" v-if="(!item.picture || item.picture.length<=0)" alt="" />
</div>
</div>
<div class="rc-column">

View File

@@ -113,7 +113,8 @@
@click="selectproduce(item)"
>
<div class="rc-rccontair">
<img :src="item.picture" alt="" />
<img :src="item.picture" v-if="(item.picture && item.picture.length>0)" alt="" />
<img src="/images/default.jpg" v-if="(!item.picture || item.picture.length<=0)" alt="" />
</div>
</div>
<div class="rc-column">