Commit 94b1cb703efa2b86ed666a894e1719ce431555a1

Authored by 王强
1 parent 8e3237b4

优选库,优选页面,隐藏锚点跳转,积分商城模块位置调整~

src/pages/optimization2/optimization2.vue
... ... @@ -51,12 +51,38 @@
51 51 </div>
52 52  
53 53 <!-- 锚点区域 -->
54   - <div class="section anchor-list" v-if="navs && navs.length">
  54 + <!-- <div class="section anchor-list" v-if="navs && navs.length"> -->
55 55  
56 56 <!-- 锚点区域(单个图标) -->
57   - <icons-com v-for="(item, index) in navs" :key="index" @jump="anchor(item)"
  57 + <!-- <icons-com v-for="(item, index) in navs" :key="index" @jump="anchor(item)"
58 58 :item="item">
59 59 </icons-com>
  60 + </div> -->
  61 +
  62 + <!-- 积分商城 -->
  63 + <div class="section shop-list" ref="integralMallBox" v-if="showIntegral && pointsLists && pointsLists.length">
  64 +
  65 + <!-- 标题 -->
  66 + <text-bg-title-com
  67 + :titles="{
  68 + bg: 'static/img/text_bg_title_bg_2.png'
  69 + }">
  70 + </text-bg-title-com>
  71 +
  72 + <!-- 商品列表 -->
  73 + <div class="list-box">
  74 +
  75 + <!-- 商品展示样式 2 -->
  76 + <goods-item-2 class="item" v-for="(item, index) in pointsLists" :key="index" @jump="pointsMore"
  77 + :item="item"
  78 + pid="5">
  79 + </goods-item-2>
  80 + </div>
  81 +
  82 + <!-- 积分展示 -->
  83 + <more-com class="points-box" @more="pointsMore"
  84 + :mores="points">
  85 + </more-com>
60 86 </div>
61 87  
62 88 <!-- 品质优选 -->
... ... @@ -91,32 +117,6 @@
91 117 </swiper-3d-com>
92 118 </div>
93 119  
94   - <!-- 积分商城 -->
95   - <div class="section shop-list" ref="integralMallBox" v-if="showIntegral && pointsLists && pointsLists.length">
96   -
97   - <!-- 标题 -->
98   - <text-bg-title-com
99   - :titles="{
100   - bg: 'static/img/text_bg_title_bg_2.png'
101   - }">
102   - </text-bg-title-com>
103   -
104   - <!-- 商品列表 -->
105   - <div class="list-box">
106   -
107   - <!-- 商品展示样式 2 -->
108   - <goods-item-2 class="item" v-for="(item, index) in pointsLists" :key="index" @jump="pointsMore"
109   - :item="item"
110   - pid="5">
111   - </goods-item-2>
112   - </div>
113   -
114   - <!-- 积分展示 -->
115   - <more-com class="points-box" @more="pointsMore"
116   - :mores="points">
117   - </more-com>
118   - </div>
119   -
120 120 <!-- 猜你喜欢 -->
121 121 <div class="section goods-list" ref="guessLikeBox">
122 122  
... ...