[更新发现]
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<view class="right">
|
||||
<view class="goods">
|
||||
<view class="list" @click="$Router.push({name: 'rankingList', params: {id: item.category_id, name: item.name}})" v-for="(item, index) in listArr" :key="index">
|
||||
<image class="logo" :src="item.cover" mode="aspectFill"></image>
|
||||
<image class="logo" :src="item.cover ? item.cover : '/static/find/default_img.png'" mode="aspectFill"></image>
|
||||
<view class="name">
|
||||
{{ item.name }}
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user