webview.wxml 211 Bytes
<view class="loading-wrap">
		<view class="loading">
				<view class="icon"></view>
				<view class="text">加载中...</view>
		</view>
</view>
<web-view  wx:if="{{isShow}}" src="{{url}}" bindload="loadSucc"/>