Browse Source

计算器-代码优化

panyong 3 years ago
parent
commit
f77e6d8bef
1 changed files with 1 additions and 3 deletions
  1. 1 3
      htmldev/loan/src/views/loan/mine/index.vue

+ 1 - 3
htmldev/loan/src/views/loan/mine/index.vue

@@ -61,10 +61,8 @@ export default {
       userInfo: {}
     }
   },
-  created () {
+  async activated () {
     this.funInit()
-  },
-  async mounted () {
     await this.$nextTick()
     this.$refreshTitle('我的')
   },