minipro_standard/pages_adjust/pages/outboundList/outboundList.vue
@@ -286,14 +286,10 @@ 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() {