feat: 超级补贴优化

This commit is contained in:
2026-07-13 18:33:00 +08:00
parent c6015b8295
commit fd25002ab3
3 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
@init="mescrollInit" :fixed="false">
<!-- 原来单个 v-for 替换成两列 -->
<view class="mescrollUniView" v-for="item in dataList" :key="item.id">
<productSeckillCard :item="item" actived-type="subsidy" />
<productSeckillCard :item="item" actived-type="super" />
</view>
</mescroll-uni>
</view>