diff --git a/pages/shop/GoodsList/index.vue b/pages/shop/GoodsList/index.vue index 0039123..94b7cbf 100644 --- a/pages/shop/GoodsList/index.vue +++ b/pages/shop/GoodsList/index.vue @@ -156,6 +156,9 @@ class="no-data-wrap" > + @@ -165,15 +168,18 @@ import { getProducts, getHotels } from '@/api/store' import { mapGetters } from 'vuex' import NP from 'number-precision' import NoGoodData from '@/components/good/NoData' +import Recommend from '@/components/Recommend' export default { name: 'GoodsList', components: { - NoGoodData + NoGoodData, + Recommend }, data: function () { return { webUrl: this.$VUE_APP_RESOURCES_URL, + list: [], query: { page: 1,