This commit is contained in:
aihe 2024-06-13 00:34:22 +08:00
parent 46df49c082
commit 2bfffbb31c
2 changed files with 6 additions and 0 deletions

View File

@ -176,6 +176,9 @@
onLoad() {
this.initData()
},
onShow(){
this.initData()
},
methods: {
async initData(){
this.getLatestNotices()

View File

@ -154,6 +154,9 @@
onLoad() {
this.initData()
},
onShow(){
this.initData()
},
methods: {
async initData(){
this.getAppHomeStatData()