<web-view src="https://uniapp.dcloud.io/component/web-view" allow></web-view>

  

onReady() {
			var currentWebview = this.$scope.$getAppWebview() 
			setTimeout(function() {
				let wv = currentWebview.children()[0]
				wv.setStyle({top:220,height:300})
			}, 1000); 
		},

  

posted on 2021-11-15 15:10  chenlw101  阅读(5354)  评论(0编辑  收藏  举报