mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 11:26:43 +08:00
feature: 开门红首页业绩报表
1. 调用客户端动态修改高度传参修改
This commit is contained in:
@@ -136,7 +136,7 @@ export default {
|
|||||||
showMore() {
|
showMore() {
|
||||||
this.idMoreDataShow = !this.idMoreDataShow
|
this.idMoreDataShow = !this.idMoreDataShow
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
const height = this.$refs.product.offsetHeight
|
const height = document.body.clientHeight
|
||||||
console.log('after: ', height)
|
console.log('after: ', height)
|
||||||
window.EWebBridge.webCallAppInJs('updateWebHeight', {
|
window.EWebBridge.webCallAppInJs('updateWebHeight', {
|
||||||
height
|
height
|
||||||
|
|||||||
Reference in New Issue
Block a user