mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2026-08-06 19:07:23 +08:00
refactor: 更新多个页面的样式和结构
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="recommend-box" >
|
||||
<view class="recommend-box" v-if="res && res.length">
|
||||
<h4 class="goods-recommend-title">热门商品</h4>
|
||||
<goodsList :res='res' v-if="res" :storeName="false" />
|
||||
<goodsList :res='res' :storeName="false" :tabBarGap="false" />
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user