@@ -75,7 +75,11 @@
this.specialInit()
// #endif
},
- mounted() {},
+ onShow(){
+ this.specialInit()
+ },
+ mounted(){
methods: {
teachPayFn() {
this.pageTo({ url: "/admin/ghs/teachPay"})