webview.wxml 211 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <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"/>