瀏覽代碼

1 根据产品反馈修改详情页主产品与热门推荐的间距!

release/210823_需求对对碰
王饶冀 3 年之前
父節點
當前提交
b6f170326a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      pages/index/components/listDetails/Details.wxml

+ 1
- 1
pages/index/components/listDetails/Details.wxml 查看文件

@@ -4,7 +4,7 @@
<van-loading size="24px">加载中...</van-loading>
</view>
<view wx:else>
<view class="list-view">
<view class="list-view" style="padding-bottom: 300rpx;">
<listItem item="{{ currentData }}" pageStatus="detatil" isCollect="{{ isCollect }}" isShowCollect="{{ customerId != currentData.customerId }}" bind:changeCollect="changeCollect" customerId="{{ userCustomerId }}" />
</view>
<view wx:if="{{ userCustomerId != currentData.customerId }}">

Loading…
取消
儲存