增加下载数,页面跳转、展示优化

This commit is contained in:
暮光:城中城
2019-06-18 20:32:37 +08:00
parent 40f594f1ff
commit 994ced47bc
26 changed files with 419 additions and 79 deletions

View File

@@ -418,6 +418,15 @@
init() {
},
switchSpacePage(spaceId) {
spaceId = parseInt(spaceId);
if (app.choiceSpace == spaceId) {
return;
}
app.choiceSpace = spaceId;
app.nowClickPath.spaceId = spaceId;
this.doGetPageList(null);
},
}
}
</script>