mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
36d5588401
commit
8021afa907
@ -107,7 +107,7 @@
|
|||||||
//加载活动
|
//加载活动
|
||||||
loadActivites(_objData)
|
loadActivites(_objData)
|
||||||
.then(function(_acts) {
|
.then(function(_acts) {
|
||||||
_that.notices = _that.notices.concat(_acts);
|
_that.notices = _acts;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
_toDetail: function(_item) {
|
_toDetail: function(_item) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user