liukangdong
2024-09-29 b2d360d9113b6955287108ca9e90d76a1f3c1419
1
2
3
<!--pages/client/index.wxml-->
<web-view wx:if="{{url !=null && url !=''}}" src="{{url}}"> </web-view> 
<button hover-class="none" wx:else style="margin-top: 50%;width: 200rpx;font-size: 14px;" bind:tap="loadData">重新加载</button>