uu
This commit is contained in:
parent
46df49c082
commit
2bfffbb31c
@ -176,6 +176,9 @@
|
||||
onLoad() {
|
||||
this.initData()
|
||||
},
|
||||
onShow(){
|
||||
this.initData()
|
||||
},
|
||||
methods: {
|
||||
async initData(){
|
||||
this.getLatestNotices()
|
||||
|
||||
@ -154,6 +154,9 @@
|
||||
onLoad() {
|
||||
this.initData()
|
||||
},
|
||||
onShow(){
|
||||
this.initData()
|
||||
},
|
||||
methods: {
|
||||
async initData(){
|
||||
this.getAppHomeStatData()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user