Commit 626f6119b18bc1f54dd60af0714531f90227398a
1 parent
cda7ac62
1、列表居中
2、积分商城暂时屏蔽
Showing
2 changed files
with
14 additions
and
14 deletions
src/components/columnListBox/columnListBox.less
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | // column-count: 2; | 15 | // column-count: 2; |
| 16 | // column-width: 330px; | 16 | // column-width: 330px; |
| 17 | // column-gap: 30px; | 17 | // column-gap: 30px; |
| 18 | - // margin: 0 auto; | 18 | + margin: 0 auto; |
| 19 | padding-bottom: 18px; | 19 | padding-bottom: 18px; |
| 20 | width: 690px; | 20 | width: 690px; |
| 21 | .left-box { | 21 | .left-box { |
src/pages/optimization2/optimization2.vue
| @@ -92,30 +92,30 @@ | @@ -92,30 +92,30 @@ | ||
| 92 | </div> | 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 | :titles="{ | 99 | :titles="{ |
| 100 | bg: 'static/img/text_bg_title_bg_2.png' | 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 | <!-- 商品展示样式 2 --> | 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 | :item="item" | 109 | :item="item" |
| 110 | pid="5"> | 110 | pid="5"> |
| 111 | </goods-item-2> | 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 | :mores="points"> | 116 | :mores="points"> |
| 117 | </more-com> | 117 | </more-com> |
| 118 | - </div> | 118 | + </div> --> |
| 119 | 119 | ||
| 120 | <!-- 猜你喜欢 --> | 120 | <!-- 猜你喜欢 --> |
| 121 | <div class="section goods-list" ref="guessLikeBox"> | 121 | <div class="section goods-list" ref="guessLikeBox"> |
| @@ -248,11 +248,11 @@ | @@ -248,11 +248,11 @@ | ||
| 248 | simg: 'static/img/icon_nav_hot_sale.png', | 248 | simg: 'static/img/icon_nav_hot_sale.png', |
| 249 | title: '热销排行' | 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 | ref: 'guessLikeBox', | 257 | ref: 'guessLikeBox', |
| 258 | simg: 'static/img/icon_guess_like.png', | 258 | simg: 'static/img/icon_guess_like.png', |