优化代码

This commit is contained in:
wuxw 2024-06-21 10:59:50 +08:00
parent 36d5588401
commit 8021afa907

View File

@ -107,7 +107,7 @@
//
loadActivites(_objData)
.then(function(_acts) {
_that.notices = _that.notices.concat(_acts);
_that.notices = _acts;
});
},
_toDetail: function(_item) {