Mr.Zhang
2023-09-12 0cb39fe304ba3f5791798929f3c95cd064f30421
minipro_standard/pages_adjust/pages/outboundList/outboundList.vue
@@ -286,10 +286,14 @@
      onReady() {
         var that = this
         this.$nextTick(() => {
            uni.createSelectorQuery().in(this).select('.content_search').boundingClientRect((rect) => {
               that.height = `calc(100vh - ${rect.height + 80}px)`
               that.top = `${rect.height}px`
            }).exec()
            uni.createSelectorQuery()
               .in(this)
               .select('.content_search')
               .boundingClientRect((rect) => {
                  that.height = `calc(100vh - ${rect.height + 80}px)`
                  that.top = `${rect.height}px`
               }).exec()
         })
      },
      onLoad() {