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