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