Commit 626f6119b18bc1f54dd60af0714531f90227398a
1 parent
cda7ac62
1、列表居中
2、积分商城暂时屏蔽
Showing
2 changed files
with
14 additions
and
14 deletions
src/components/columnListBox/columnListBox.less
src/pages/optimization2/optimization2.vue
| ... | ... | @@ -92,30 +92,30 @@ |
| 92 | 92 | </div> |
| 93 | 93 | |
| 94 | 94 | <!-- 积分商城 --> |
| 95 | - <div class="section shop-list" ref="integralMallBox"> | |
| 95 | + <!-- <div class="section shop-list" ref="integralMallBox"> --> | |
| 96 | 96 | |
| 97 | 97 | <!-- 标题 --> |
| 98 | - <text-bg-title-com | |
| 98 | + <!-- <text-bg-title-com | |
| 99 | 99 | :titles="{ |
| 100 | 100 | bg: 'static/img/text_bg_title_bg_2.png' |
| 101 | 101 | }"> |
| 102 | - </text-bg-title-com> | |
| 102 | + </text-bg-title-com> --> | |
| 103 | 103 | |
| 104 | 104 | <!-- 商品列表 --> |
| 105 | - <div class="list-box"> | |
| 105 | + <!-- <div class="list-box"> --> | |
| 106 | 106 | |
| 107 | 107 | <!-- 商品展示样式 2 --> |
| 108 | - <goods-item-2 class="item" v-for="(item, index) in pointsLists" :key="index" @jump="pointsMore" | |
| 108 | + <!-- <goods-item-2 class="item" v-for="(item, index) in pointsLists" :key="index" @jump="pointsMore" | |
| 109 | 109 | :item="item" |
| 110 | 110 | pid="5"> |
| 111 | 111 | </goods-item-2> |
| 112 | - </div> | |
| 112 | + </div> --> | |
| 113 | 113 | |
| 114 | 114 | <!-- 积分展示 --> |
| 115 | - <more-com class="points-box" @more="pointsMore" | |
| 115 | + <!-- <more-com class="points-box" @more="pointsMore" | |
| 116 | 116 | :mores="points"> |
| 117 | 117 | </more-com> |
| 118 | - </div> | |
| 118 | + </div> --> | |
| 119 | 119 | |
| 120 | 120 | <!-- 猜你喜欢 --> |
| 121 | 121 | <div class="section goods-list" ref="guessLikeBox"> |
| ... | ... | @@ -248,11 +248,11 @@ |
| 248 | 248 | simg: 'static/img/icon_nav_hot_sale.png', |
| 249 | 249 | title: '热销排行' |
| 250 | 250 | }, |
| 251 | - { | |
| 252 | - ref: 'integralMallBox', | |
| 253 | - simg: 'static/img/icon_nav_points_mall.png', | |
| 254 | - title: '积分商城' | |
| 255 | - }, | |
| 251 | + // { | |
| 252 | + // ref: 'integralMallBox', | |
| 253 | + // simg: 'static/img/icon_nav_points_mall.png', | |
| 254 | + // title: '积分商城' | |
| 255 | + // }, | |
| 256 | 256 | { |
| 257 | 257 | ref: 'guessLikeBox', |
| 258 | 258 | simg: 'static/img/icon_guess_like.png', | ... | ... |