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 | 68 | <img-list-box @detail="toDetail" |
| 69 | 69 | :imgLists="boutiques"> |
| 70 | 70 | </img-list-box> |
| 71 | + <!--优惠专区--> | |
| 72 | + <!--<discountZone @more="toDetail" @toDetail="toDetail"--> | |
| 73 | + <!--:discountZoneInfo="item">--> | |
| 74 | + <!--</discountZone>--> | |
| 71 | 75 | </div> |
| 72 | 76 | </div> |
| 73 | 77 | </swipe-item> |
| ... | ... | @@ -107,7 +111,7 @@ |
| 107 | 111 | import htmlBox from "@/components/htmlBox/htmlBox"; |
| 108 | 112 | import imgListBox from "@/components/imgListBox/imgListBox"; |
| 109 | 113 | import columnCommodityListBox from "@/components/columnCommodityListBox/columnCommodityListBox"; |
| 110 | - | |
| 114 | + import discountZone from "@/components/discountZone/discountZone"; | |
| 111 | 115 | export default { |
| 112 | 116 | data () { |
| 113 | 117 | return { | ... | ... |