| | |
| | | </template> |
| | | |
| | | <script> |
| | | import UNavbar from '@/uview-components/uview-ui/components/u-navbar/u-navbar.vue'; |
| | | import UPopup from '@/uview-components/uview-ui/components/u-popup/u-popup.vue'; |
| | | import UInput from '@/uview-components/uview-ui/components/u-input/u-input.vue'; |
| | | import UBackTop from '@/uview-components/uview-ui/components/u-back-top/u-back-top.vue'; |
| | | import '@/components/uview-components/uview-ui'; |
| | | |
| | | import { getGoodsList, getGoodsRelated } from '@/api/goods.js'; |
| | | import goodsList from '@/components/m-goods-list/list.vue'; |
| | |
| | | import storage from '@/utils/storage'; |
| | | export default { |
| | | components: { |
| | | UNavbar,UPopup,UInput,UBackTop,mSearch,goodsList |
| | | mSearch,goodsList |
| | | }, |
| | | data() { |
| | | return { |