Commit fa22b06b3cf6c5e41915191eaf904a1b49f9fe6b
1 parent
fb7c4845
优选库首页,开放积分商城入口~
Showing
1 changed file
with
13 additions
and
13 deletions
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"> |
| ... | ... | @@ -284,11 +284,11 @@ |
| 284 | 284 | simg: 'static/img/icon_nav_hot_sale.png', |
| 285 | 285 | title: '热销排行' |
| 286 | 286 | }, |
| 287 | - // { | |
| 288 | - // ref: 'integralMallBox', | |
| 289 | - // simg: 'static/img/icon_nav_points_mall.png', | |
| 290 | - // title: '积分商城' | |
| 291 | - // }, | |
| 287 | + { | |
| 288 | + ref: 'integralMallBox', | |
| 289 | + simg: 'static/img/icon_nav_points_mall.png', | |
| 290 | + title: '积分商城' | |
| 291 | + }, | |
| 292 | 292 | { |
| 293 | 293 | ref: 'guessLikeBox', |
| 294 | 294 | simg: 'static/img/icon_guess_like.png', | ... | ... |