浏览代码

rel: 处理bug

wangcz 7 年之前
父节点
当前提交
83444270ff
共有 1 个文件被更改,包括 3 次插入0 次删除
  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)
           })