From 2ca31c88012586956c2f793569229b96395eedec Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Wed, 10 Jul 2024 06:14:34 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BC=96=E8=AF=91=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E9=97=AE=E9=A2=98?= 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 2d935d4..31d5022 100644 --- a/components/index/index-notice.vue +++ b/components/index/index-notice.vue @@ -107,7 +107,7 @@ //加载活动 loadActivites(_objData) .then(function(_acts) { - _that.notices = =_acts; + _that.notices =_acts; }); }, _toDetail: function(_item) {