Browse Source

Merge branch 'feature_20250108_分享' into uat(dev)

zhujindu 11 months ago
parent
commit
b9c9a6101a
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/home/index.vue

+ 3 - 2
src/views/home/index.vue

@@ -76,6 +76,9 @@ export default {
     }
   },
   created() {
+    this.getDict();
+  },
+  mounted() {
     getTicketFun(['onMenuShareAppMessage']).then((res) => {
       this.wx.ready(() => {
         console.log('this.wx.ready');
@@ -97,9 +100,7 @@ export default {
         });
       });
     });
-    this.getDict();
   },
-  mounted() {},
   methods: {
     onRefresh() {
       this.getDict(true);