首页资讯模块开发完成

This commit is contained in:
zxy
2024-02-20 09:03:01 +08:00
parent 0cb9b30292
commit 3ae78e3992
2 changed files with 23 additions and 6 deletions

View File

@@ -148,7 +148,10 @@ export default {
nonReactiveArray: ["最新任务", "最新岗位", "最新政策"],
}
},
onLoad: function () {
onLoad: function (option) {
if(option.tabIndex) {
this.activeTab = option.tabIndex
}
this.getData()
this.getPolicy()
},