feature: 开门红首页业绩报表

1. 调用客户端动态修改高度传参修改
This commit is contained in:
mengxiaolong
2020-11-20 09:20:34 +08:00
parent 1816231d9d
commit d94a46c5ba

View File

@@ -136,7 +136,7 @@ export default {
showMore() {
this.idMoreDataShow = !this.idMoreDataShow
this.$nextTick(() => {
const height = this.$refs.product.offsetHeight
const height = document.body.clientHeight
console.log('after: ', height)
window.EWebBridge.webCallAppInJs('updateWebHeight', {
height