This commit is contained in:
1173117610@qq.com 2026-05-11 13:59:09 +08:00
parent 5419f1348a
commit 1a82a49056
2 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@
<!-- Top 2 (左侧) --> <!-- Top 2 (左侧) -->
<view class="top-card top-card-side" @click="goToDetail(goodsList[1].id)"> <view class="top-card top-card-side" @click="goToDetail(goodsList[1].id)">
<view class="top-badge-wrap"> <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> <text class="top-badge-num">2</text>
</view> </view>
<view class="top-img-box"> <view class="top-img-box">
@ -51,7 +51,7 @@
<!-- Top 1 (中间略高) --> <!-- Top 1 (中间略高) -->
<view class="top-card top-card-center" @click="goToDetail(goodsList[0].id)"> <view class="top-card top-card-center" @click="goToDetail(goodsList[0].id)">
<view class="top-badge-wrap"> <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> <text class="top-badge-num">1</text>
</view> </view>
<view class="top-img-box"> <view class="top-img-box">
@ -69,7 +69,7 @@
<!-- Top 3 (右侧) --> <!-- Top 3 (右侧) -->
<view class="top-card top-card-side" @click="goToDetail(goodsList[2].id)"> <view class="top-card top-card-side" @click="goToDetail(goodsList[2].id)">
<view class="top-badge-wrap"> <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> <text class="top-badge-num">3</text>
</view> </view>
<view class="top-img-box"> <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-item" v-for="(goods, idx) in goodsList.slice(3)" :key="idx" @click="goToDetail(goods.id)">
<view class="rest-left"> <view class="rest-left">
<view class="rest-badge-wrap"> <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> <text class="rest-badge-num">{{ idx + 4 }}</text>
</view> </view>
<image class="rest-img" :src="goods.image" mode="aspectFill"></image> <image class="rest-img" :src="goods.image" mode="aspectFill"></image>

BIN
static/rank_badge.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB