Commit 119d80fc96566a71a62d71c308c063eeaab6d77f
1 parent
14f9da64
健康商城商品详情页
Showing
2 changed files
with
6 additions
and
4 deletions
src/pages/healthGoodDetails/healthGoodDetails.less
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 | <!-- 有健康值页脚显示 --> | ... | ... |