chenhaozhe
2025-12-19 57bd2b81a380d56cf3520c57ea22cc937b5f81c3
pages/jishikucunchaxun/table.vue
@@ -244,7 +244,8 @@
            }
        },
        onLoad() {
        onLoad(options) {
         this.hform.HBarCode = options.HMaterNumber || '';
            this.getWHInfo()
            this.getStockPlaceInfo()
@@ -253,7 +254,6 @@
            })
        },
        onReady() {
            // #ifndef MP-WEIXIN
            let query = uni.createSelectorQuery().in(this)
            query.select("#scroll-content").boundingClientRect((data) => {
                this.pageMeta.scrollContentTop = data.top
@@ -263,11 +263,6 @@
                this.pageMeta.bottomBtnTop = data.top
                console.log('this.pageMeta.bottomBtnTop: ',this.pageMeta.bottomBtnTop);
            }).exec()
            // #endif
            // #ifdef MP-WEIXIN
            // 微信不支持 uni.createSelectorQuery().in(this)
            // #endif
        },
    }
</script>