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,6 +94,7 @@ | ||
| 94 | <script> | 94 | <script> |
| 95 | // 引入组件 | 95 | // 引入组件 |
| 96 | import { Toast, Indicator } from "mint-ui"; | 96 | import { Toast, Indicator } from "mint-ui"; |
| 97 | +import callAppBox from "@/components/callAppBox/callAppBox"; | ||
| 97 | import swiper from "@/components/swiper/swiper"; | 98 | import swiper from "@/components/swiper/swiper"; |
| 98 | import swiperItem from "@/components/swiperItem/swiperItem"; | 99 | import swiperItem from "@/components/swiperItem/swiperItem"; |
| 99 | import discountZone from "@/components/discountZone/discountZone"; | 100 | import discountZone from "@/components/discountZone/discountZone"; |
| @@ -126,7 +127,8 @@ export default { | @@ -126,7 +127,8 @@ export default { | ||
| 126 | style7, | 127 | style7, |
| 127 | horizList, | 128 | horizList, |
| 128 | tabBox, | 129 | tabBox, |
| 129 | - backBox | 130 | + backBox, |
| 131 | + callAppBox | ||
| 130 | }, | 132 | }, |
| 131 | created() { | 133 | created() { |
| 132 | // 获取优选库精选活动 | 134 | // 获取优选库精选活动 |