uni-app实现iframe效果
onReady() { var currentWebview = this.$scope.$getAppWebview() setTimeout(function() { let wv = currentWebview.children()[0] wv.setStyle({top:220,height:300}) }, 1000); },
onReady() { var currentWebview = this.$scope.$getAppWebview() setTimeout(function() { let wv = currentWebview.children()[0] wv.setStyle({top:220,height:300}) }, 1000); },