| | |
| | | </template> |
| | | |
| | | <script> |
| | | import '@/components/uview-components/uview-ui'; |
| | | |
| | | 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: { |
| | | mSearch,goodsList |
| | | }, |
| | | data() { |
| | | return { |
| | | empty: false, |
| | |
| | | this.isShowSeachGoods = true; |
| | | } |
| | | this.loadData(); |
| | | }, |
| | | components: { |
| | | mSearch, |
| | | goodsList |
| | | }, |
| | | watch: { |
| | | /** |