Commit 03700c6d authored by leiqingsong's avatar leiqingsong

活动页面修改

parent 9bff9c37
...@@ -238,7 +238,7 @@ export default { ...@@ -238,7 +238,7 @@ export default {
this.flag = sessionStorage.getItem("role"); this.flag = sessionStorage.getItem("role");
} }
} else { } else {
this.zReadyUserId() // this.zReadyUserId()
this.zTestGetNowUrlInfo() this.zTestGetNowUrlInfo()
} }
this.GET_CurrentActive() this.GET_CurrentActive()
......
...@@ -74,7 +74,7 @@ export default { ...@@ -74,7 +74,7 @@ export default {
getTemplate(params) { getTemplate(params) {
API_Active.getTemplate(params).then(res => { API_Active.getTemplate(params).then(res => {
this.active.push(...res.data.list); this.active.push(...res.data.list);
if (res.data.list === []) { if (res.data.list.length === 0) {
this.list_finished = true; this.list_finished = true;
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment