Commit 294416b4cf32c1b68c55565613f0268bacb28862

Authored by 王强
1 parent 0b7c296d

UI调整

src/pages/optimization2/optimization2.vue
@@ -140,16 +140,16 @@ @@ -140,16 +140,16 @@
140 <!-- 推荐(瀑布流) --> 140 <!-- 推荐(瀑布流) -->
141 <div class="section goods-list"> 141 <div class="section goods-list">
142 142
143 - <!-- 标题 -->  
144 - <text-title-box  
145 - :titles="{  
146 - title: '推荐'  
147 - }">  
148 - </text-title-box>  
149 -  
150 <!-- 上拉加载 --> 143 <!-- 上拉加载 -->
151 <van-list class="column-list-container" v-model="shopGoodsLists.loading" :finished="shopGoodsLists.finished" finished-text="没有更多了" @load="loadMore"> 144 <van-list class="column-list-container" v-model="shopGoodsLists.loading" :finished="shopGoodsLists.finished" finished-text="没有更多了" @load="loadMore">
152 145
  146 + <!-- 标题 -->
  147 + <text-title-box
  148 + :titles="{
  149 + title: '推荐'
  150 + }">
  151 + </text-title-box>
  152 +
153 <!-- 商品样式 7 列表 --> 153 <!-- 商品样式 7 列表 -->
154 <column-list-box class="column-list-box" v-if="shopGoodsLists && shopGoodsLists.list && shopGoodsLists.list.length" @jump="toDetail" @primary="primary" 154 <column-list-box class="column-list-box" v-if="shopGoodsLists && shopGoodsLists.list && shopGoodsLists.list.length" @jump="toDetail" @primary="primary"
155 :lists="shopGoodsLists.list" 155 :lists="shopGoodsLists.list"