mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 05:46:44 +08:00
feature: 开门红首页业绩报表
1. 调用客户端动态修改高度传参修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user