增加下载数,页面跳转、展示优化
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user