Commit 39674e767a84c857ccc743540ddfa0a1cb5b4798

Authored by 王强
1 parent b48c2b90

工会页面,列表样式调整~

src/pages/labourUnion/labourUnion.vue
@@ -43,12 +43,11 @@ @@ -43,12 +43,11 @@
43 <!-- 商品列表 --> 43 <!-- 商品列表 -->
44 <div class="section goods-list" v-if="lists[tabs.active] && lists[tabs.active].length"> 44 <div class="section goods-list" v-if="lists[tabs.active] && lists[tabs.active].length">
45 45
46 - <!-- 商品列表 -->  
47 - <goods-item-8 v-for="(item, index) in lists[tabs.active]" :key="index" @jump="toDetail" @primary="primary"  
48 - :item="item"  
49 - sty="1"  
50 - :discountType="tabs.list[tabs.active].discountType">  
51 - </goods-item-8> 46 + <!-- 商品样式 7 列表 -->
  47 + <column-list-box class="column-list-box" @jump="toDetail" @primary="primary"
  48 + :lists="lists[tabs.active]"
  49 + com="7">
  50 + </column-list-box>
52 </div> 51 </div>
53 </van-list> 52 </van-list>
54 53
@@ -71,7 +70,7 @@ @@ -71,7 +70,7 @@
71 import callAppBox from "@/components/callAppBox/callAppBox"; 70 import callAppBox from "@/components/callAppBox/callAppBox";
72 import backBox from "@/components/backBox/backBox"; 71 import backBox from "@/components/backBox/backBox";
73 import horizList from "@/components/horizList/horizList"; 72 import horizList from "@/components/horizList/horizList";
74 - import goodsItem8 from "@/components/goodsItem_8/goodsItem_8"; 73 + import columnListBox from "@/components/columnListBox/columnListBox";
75 import gotoTop from "@/components/gotoTop/gotoTop"; 74 import gotoTop from "@/components/gotoTop/gotoTop";
76 75
77 Vue.use(List); 76 Vue.use(List);
@@ -99,7 +98,7 @@ @@ -99,7 +98,7 @@
99 callAppBox, 98 callAppBox,
100 backBox, 99 backBox,
101 horizList, 100 horizList,
102 - goodsItem8, 101 + columnListBox,
103 gotoTop 102 gotoTop
104 }, 103 },
105 created() { 104 created() {