Commit 3f0c28e1042e1a08d95646e4c34dd77651f78148
1 parent
4b99ef87
增加优惠专区组件
Showing
1 changed file
with
5 additions
and
1 deletions
src/pages/GuanAIHouse/GuanAIHouse.vue
| @@ -68,6 +68,10 @@ | @@ -68,6 +68,10 @@ | ||
| 68 | <img-list-box @detail="toDetail" | 68 | <img-list-box @detail="toDetail" |
| 69 | :imgLists="boutiques"> | 69 | :imgLists="boutiques"> |
| 70 | </img-list-box> | 70 | </img-list-box> |
| 71 | + <!--优惠专区--> | ||
| 72 | + <!--<discountZone @more="toDetail" @toDetail="toDetail"--> | ||
| 73 | + <!--:discountZoneInfo="item">--> | ||
| 74 | + <!--</discountZone>--> | ||
| 71 | </div> | 75 | </div> |
| 72 | </div> | 76 | </div> |
| 73 | </swipe-item> | 77 | </swipe-item> |
| @@ -107,7 +111,7 @@ | @@ -107,7 +111,7 @@ | ||
| 107 | import htmlBox from "@/components/htmlBox/htmlBox"; | 111 | import htmlBox from "@/components/htmlBox/htmlBox"; |
| 108 | import imgListBox from "@/components/imgListBox/imgListBox"; | 112 | import imgListBox from "@/components/imgListBox/imgListBox"; |
| 109 | import columnCommodityListBox from "@/components/columnCommodityListBox/columnCommodityListBox"; | 113 | import columnCommodityListBox from "@/components/columnCommodityListBox/columnCommodityListBox"; |
| 110 | - | 114 | + import discountZone from "@/components/discountZone/discountZone"; |
| 111 | export default { | 115 | export default { |
| 112 | data () { | 116 | data () { |
| 113 | return { | 117 | return { |