<!--pages/webView/webView.wxml-->
<view>
<web-view class="webview" src="{{url}}" bindmessage="handleGetMessage"></web-view>
</view>