| | |
| | | </view> |
| | | </scroll-view> |
| | | </view> |
| | | <custom-tabbar bgColor="#ffffff" :selected="1"></custom-tabbar> |
| | | <custom-tabbar bgColor="#ffffff" selected="shop"></custom-tabbar> |
| | | </view> |
| | | </template> |
| | | |
| | | <script> |
| | | import USearch from '@/uview-components/uview-ui/components/u-search/u-search.vue'; |
| | | import UNavbar from '@/uview-components/uview-ui/components/u-navbar/u-navbar.vue'; |
| | | import UImage from '@/uview-components/uview-ui/components/u-image/u-image.vue'; |
| | | import { getCategoryList } from "@/api/goods.js"; |
| | | export default { |
| | | components: {USearch,UNavbar,UImage}, |
| | | data() { |
| | | return { |
| | | currentId: 0, |