<view class="container">
<!-- web-view容器 -->
<web-view src="{{webUrl}}" class="web-view">
<view class="back-app-btn">
<button open-type="launchApp" app-parameter="wechat" binderror="launchAppError">返回APP</button>
</view>
</web-view>
</view>
页面渲染时,只能看到按钮一闪消失,无法展现在 webview 上,这是什么原因?
从 app 跳转过来也无法展示。

web-view 会自动铺满整个小程序页面
https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html