From a14d66237051f08f9d413045f83c59c832db1054 Mon Sep 17 00:00:00 2001 From: ghusermoon <2673031505@qq.com> Date: Tue, 8 Sep 2020 08:55:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B7=E6=96=B0=E9=A6=96=E9=A1=B5=E5=85=B3?= =?UTF-8?q?=E6=B3=A8=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index a3c95a4..24e4c74 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -307,7 +307,8 @@ // 新人优惠券 if (this.$store.state.showCoupons) { this.isNewmembervoucher(); - } + } + this.getRecommendList(); }, async onLoad(){ this.articleList = []; -- 2.45.2