From a83785d3c129b410d987797bb523b51d114a7e47 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 21 Jun 2024 03:03:51 +0000 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 Signed-off-by: java110 <928255095@qq.com> --- 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..2d935d4 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) {