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) {