<web-view wx:if="{{status==='ok'}}" src="{{url}}" bindload="webLoaded" bindmessage="onMessage"></web-view>
<loading wx:elif="{{status==='loading'}}" />
<error wx:elif="{{status==='err'}}" />