| | |
| | | </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 { getGoodsList, getGoodsRelated } from '@/api/goods.js'; |
| | | import goodsList from '@/components/m-goods-list/list.vue'; |
| | | import { getHotKeywords } from '@/api/home.js'; |
| | | import mSearch from '@/components/m-search-revision/m-search-revision.vue'; |
| | | import storage from '@/utils/storage'; |
| | | export default { |
| | | components: { |
| | | UNavbar,UPopup,UInput,UBackTop,mSearch,goodsList |
| | | }, |
| | | data() { |
| | | return { |
| | | empty: false, |
| | |
| | | this.isShowSeachGoods = true; |
| | | } |
| | | this.loadData(); |
| | | }, |
| | | components: { |
| | | mSearch, |
| | | goodsList |
| | | }, |
| | | watch: { |
| | | /** |