From ae93b92daeb078a2c61ea61d524a55e9bc8b2df5 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Sun, 28 Apr 2024 18:06:35 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E6=90=9C=E7=B4=A2/=E5=95=86=E5=93=81?= =?UTF-8?q?=E5=88=97=E8=A1=A8):[#1352]=E6=97=A0=E5=95=86=E5=93=81=E6=97=B6?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E6=98=BE=E7=A4=BA=E6=8E=A8=E8=8D=90=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/GoodsList/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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,