diff --git a/components/ProductWindow.vue b/components/ProductWindow.vue index c6a0f0f..b7b7fed 100644 --- a/components/ProductWindow.vue +++ b/components/ProductWindow.vue @@ -1,6 +1,6 @@ @@ -334,6 +345,8 @@ import { getCouponReceive } from '@/api/user' import { getHomeData, getShareImage } from '@/api/public' import { sharpBannar } from '@/api/goods' import { pageListenMixins } from '@/mixins/pageListenMixins' +import ProductWindow from '@/components/ProductWindow' +import goCartMixin from '@/mixins/goCartMixins' import { getCurAddress, getLocationPromise, @@ -344,9 +357,10 @@ export default { name: 'IndexPage', components: { XddTabbar, - XddProductItem + XddProductItem, + ProductWindow }, - mixins: [pageListenMixins], + mixins: [pageListenMixins, goCartMixin], data() { return { webUrl: this.$VUE_APP_RESOURCES_URL, diff --git a/pages/home/landMark.vue b/pages/home/landMark.vue index 4d2310d..214b669 100644 --- a/pages/home/landMark.vue +++ b/pages/home/landMark.vue @@ -56,7 +56,7 @@ - + @@ -160,26 +163,36 @@ v-if="searchType === 'good' && loadend && list.length === 0" /> +