This commit is contained in:
parent
5419f1348a
commit
1a82a49056
|
|
@ -33,7 +33,7 @@
|
|||
<!-- Top 2 (左侧) -->
|
||||
<view class="top-card top-card-side" @click="goToDetail(goodsList[1].id)">
|
||||
<view class="top-badge-wrap">
|
||||
<image class="top-badge-img" src="https://img.bc.haodanku.com/cms_web/1698115498" mode="widthFix"></image>
|
||||
<image class="top-badge-img" src="/static/rank_badge.png" mode="widthFix"></image>
|
||||
<text class="top-badge-num">2</text>
|
||||
</view>
|
||||
<view class="top-img-box">
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
<!-- Top 1 (中间,略高) -->
|
||||
<view class="top-card top-card-center" @click="goToDetail(goodsList[0].id)">
|
||||
<view class="top-badge-wrap">
|
||||
<image class="top-badge-img" src="https://img.bc.haodanku.com/cms_web/1698115498" mode="widthFix"></image>
|
||||
<image class="top-badge-img" src="/static/rank_badge.png" mode="widthFix"></image>
|
||||
<text class="top-badge-num">1</text>
|
||||
</view>
|
||||
<view class="top-img-box">
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
<!-- Top 3 (右侧) -->
|
||||
<view class="top-card top-card-side" @click="goToDetail(goodsList[2].id)">
|
||||
<view class="top-badge-wrap">
|
||||
<image class="top-badge-img" src="https://img.bc.haodanku.com/cms_web/1698115498" mode="widthFix"></image>
|
||||
<image class="top-badge-img" src="/static/rank_badge.png" mode="widthFix"></image>
|
||||
<text class="top-badge-num">3</text>
|
||||
</view>
|
||||
<view class="top-img-box">
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
<view class="rest-item" v-for="(goods, idx) in goodsList.slice(3)" :key="idx" @click="goToDetail(goods.id)">
|
||||
<view class="rest-left">
|
||||
<view class="rest-badge-wrap">
|
||||
<image class="rest-badge-img" src="https://img.bc.haodanku.com/cms_web/1698115498" mode="widthFix"></image>
|
||||
<image class="rest-badge-img" src="/static/rank_badge.png" mode="widthFix"></image>
|
||||
<text class="rest-badge-num">{{ idx + 4 }}</text>
|
||||
</view>
|
||||
<image class="rest-img" :src="goods.image" mode="aspectFill"></image>
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in New Issue