ソースを参照

Merge branch 'dev' of xiongzhu/9th into master

panhui 4 年 前
コミット
ff06cb5f15
1 ファイル変更5 行追加2 行削除
  1. 5 2
      src/main/comos/src/views/Givesubmit.vue

+ 5 - 2
src/main/comos/src/views/Givesubmit.vue

@@ -104,7 +104,8 @@ export default {
             hrefUrl: '',
             inWeixin,
             inApp,
-            timer: null
+            timer: null,
+            sets: false
         };
     },
     computed: {
@@ -118,7 +119,9 @@ export default {
         }
     },
     mounted() {
-        this.passFn();
+        this.$nextTick(() => {
+            this.passFn();
+        });
         this.$toast.loading({
             message: '加载中...',
             forbidClick: true