Commit 9f3d916d6031ae202ea47be647560ec57000e090
1 parent
81e1321c
新增唤起app组件
Showing
1 changed file
with
3 additions
and
1 deletions
src/pages/mall/mall.vue
| ... | ... | @@ -94,6 +94,7 @@ |
| 94 | 94 | <script> |
| 95 | 95 | // 引入组件 |
| 96 | 96 | import { Toast, Indicator } from "mint-ui"; |
| 97 | +import callAppBox from "@/components/callAppBox/callAppBox"; | |
| 97 | 98 | import swiper from "@/components/swiper/swiper"; |
| 98 | 99 | import swiperItem from "@/components/swiperItem/swiperItem"; |
| 99 | 100 | import discountZone from "@/components/discountZone/discountZone"; |
| ... | ... | @@ -126,7 +127,8 @@ export default { |
| 126 | 127 | style7, |
| 127 | 128 | horizList, |
| 128 | 129 | tabBox, |
| 129 | - backBox | |
| 130 | + backBox, | |
| 131 | + callAppBox | |
| 130 | 132 | }, |
| 131 | 133 | created() { |
| 132 | 134 | // 获取优选库精选活动 | ... | ... |