Browse Source

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

panhui 4 năm trước cách đây
mục cha
commit
ff06cb5f15
1 tập tin đã thay đổi với 5 bổ sung2 xóa
  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