Commit 119d80fc96566a71a62d71c308c063eeaab6d77f

Authored by zhiyangdu
1 parent 14f9da64

健康商城商品详情页

src/pages/healthGoodDetails/healthGoodDetails.less
... ... @@ -82,6 +82,7 @@
82 82 box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
83 83 border-radius: 24px;
84 84 overflow: hidden;
  85 + padding-bottom: 35px;
85 86 .good-title{
86 87 margin-top: 50px;
87 88 height: 42px;
... ...
src/pages/healthGoodDetails/healthGoodDetails.vue
... ... @@ -131,15 +131,16 @@
131 131 收货后恶意损坏商品、恶意投诉等影响正常运营,网家家有权拒绝售后服务并追究相关责任。
132 132 </div>
133 133 </div>
134   - <div class="good-title">
  134 + <!-- <div class="good-title">
135 135 <span class="left"></span>相似商品<span class="right"></span>
136   - </div>
  136 + </div> -->
137 137 <!-- 像是商品推荐 -->
138 138 <!-- 商品样式 7 列表 -->
139   - <column-list-box class="column-list-box" v-if="goodsInfo && goodsInfo.list && goodsInfo.list.length" @jump="toDetail"
  139 + <!-- <column-list-box class="column-list-box" v-if="goodsInfo && goodsInfo.list && goodsInfo.list.length" @jump="toDetail"
140 140 :lists="goodsInfo"
  141 + company="2"
141 142 com="7">
142   - </column-list-box>
  143 + </column-list-box> -->
143 144 </div>
144 145 </div>
145 146 <!-- 有健康值页脚显示 -->
... ...