Browse Source

rel: 处理bug

wangcz 6 years ago
parent
commit
83444270ff
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pages/mobile/center/vendor/btobapCheck.vue

+ 3 - 0
pages/mobile/center/vendor/btobapCheck.vue

@@ -930,6 +930,9 @@
               this.isShowApcheckList.endTime = _d.getFullYear() + '-' + (_d.getMonth() + 1) + '-' + _d.getDate()
             }
             this.ShowApcheckChooseTime = false
+            this.$nextTick(() => {
+              this._initscroll()
+            })
           }, err => {
             this.setRemindText(err.response.data || err)
           })