Commit 39674e767a84c857ccc743540ddfa0a1cb5b4798
1 parent
b48c2b90
工会页面,列表样式调整~
Showing
1 changed file
with
7 additions
and
8 deletions
src/pages/labourUnion/labourUnion.vue
| ... | ... | @@ -43,12 +43,11 @@ |
| 43 | 43 | <!-- 商品列表 --> |
| 44 | 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 | 51 | </div> |
| 53 | 52 | </van-list> |
| 54 | 53 | |
| ... | ... | @@ -71,7 +70,7 @@ |
| 71 | 70 | import callAppBox from "@/components/callAppBox/callAppBox"; |
| 72 | 71 | import backBox from "@/components/backBox/backBox"; |
| 73 | 72 | import horizList from "@/components/horizList/horizList"; |
| 74 | - import goodsItem8 from "@/components/goodsItem_8/goodsItem_8"; | |
| 73 | + import columnListBox from "@/components/columnListBox/columnListBox"; | |
| 75 | 74 | import gotoTop from "@/components/gotoTop/gotoTop"; |
| 76 | 75 | |
| 77 | 76 | Vue.use(List); |
| ... | ... | @@ -99,7 +98,7 @@ |
| 99 | 98 | callAppBox, |
| 100 | 99 | backBox, |
| 101 | 100 | horizList, |
| 102 | - goodsItem8, | |
| 101 | + columnListBox, | |
| 103 | 102 | gotoTop |
| 104 | 103 | }, |
| 105 | 104 | created() { | ... | ... |