From 8021afa90786dc03fed37cce15d69663effd126c Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Fri, 21 Jun 2024 10:59:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/index/index-notice.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/index/index-notice.vue b/components/index/index-notice.vue index 4c312ac..9d7afce 100644 --- a/components/index/index-notice.vue +++ b/components/index/index-notice.vue @@ -107,7 +107,7 @@ //加载活动 loadActivites(_objData) .then(function(_acts) { - _that.notices = _that.notices.concat(_acts); + _that.notices = _acts; }); }, _toDetail: function(_item) {