zhaojs
2023-07-28 88e2da5097fdb19a4dfb6cb9477ba48e934aa8fe
1
<view class="rangkingList"><view class="homefixed" bindtap="{{a}}"><image style="width:20px;height:20px" src="https://img.alicdn.com/imgextra/i3/751308485/O1CN015ERutn2CYBRz71V8F_!!751308485.png" alt=""></image></view><scroll-view refresher-enabled="true" refresher-triggered="{{r}}" bindrefresherrefresh="{{s}}" class="scroll-v list" lower-threshold="180" enableBackToTop="true" scroll-y="true"><view class="toptop"><view class="cardSecond" bindtap="{{f}}"><image class="topSecond_img" src="/static/homeimg/top2.png"/><image style="width:180rpx;height:180rpx;padding:0 16rpx" src="{{b}}" alt=""></image><view class="cardSecond_hotCount"> 2小时热度值{{c}}</view><view class="cardSecond_title">{{d}}</view><view class="cardSecond_price"> ¥{{e}}券后 </view></view><view class="cardFirst" bindtap="{{k}}"><image class="topFirst_img" src="/static/homeimg/top1.png"/><image style="width:220rpx;height:200rpx;padding:0 6rpx" src="{{g}}" alt=""></image><view class="cardSecond_hotCount"> 2小时热度值{{h}}</view><view class="cardSecond_title">{{i}}</view><view class="cardSecond_price"> ¥{{j}}券后 </view></view><view class="cardSecond" bindtap="{{p}}"><image class="topSecond_img" src="/static/homeimg/top3.png"/><image style="width:180rpx;height:180rpx;padding:0 16rpx" src="{{l}}" alt=""></image><view class="cardSecond_hotCount"> 2小时热度值{{m}}</view><view class="cardSecond_title">{{n}}</view><view class="cardSecond_price"> ¥{{o}}券后 </view></view></view><view wx:for="{{q}}" wx:for-item="i" wx:key="l" class="topnCard"><view wx:if="{{i.a}}" class="topnCard_signal"><view class="topcard_topn"><view> top </view><view>{{i.b}}</view></view><view class=""><image style="width:200rpx;height:200rpx;margin-left:12rpx" src="{{i.c}}" alt=""/></view><view class="topcard_detail"><view style="display:flex"><view wx:if="{{i.d}}" style="padding-top:2px;margin-right:4px"><image style="width:16px;height:16px" src="{{i.e}}" alt=""></image></view><view class="topcard_title">{{i.f}}</view></view><view class="topcard_coupon"><text style="background-color:white;color:#ff5351;margin-right:12rpx;padding:0 8rpx">券</text>{{i.g}}元 </view><view class="topcard_price"> ¥{{i.h}}券后 <text class="topcard_oldprice">¥{{i.i}}</text></view><view class="topcard_bottom"><view class="topcard_bottomleft"> 近2小时热度值{{i.j}}</view><view class="topcard_bottomright" bindtap="{{i.k}}"> 立即抢 </view></view></view></view></view></scroll-view></view>