市北人才赋能平台 --小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

23 lines
546 B

<!--pages/ad/ad.wxml-->
<block wx:if="{{flag == 1}}">
<van-popup
show="{{show}}"
closeable
round="{{false}}"
overlay="{{false}}"
close-icon="close"
position="bottom"
duration="0"
custom-style="height: 100%"
bind:close="onClose"
>
<!-- <view class="content" bindtap="jump" style="background: url({{url}}) center no-repeat;background-size: 100% 100%;">
</view> -->
<image class="content" src="{{url}}"></image>
</van-popup>
</block>
<block wx:else>
<web-view src="{{web}}"></web-view>
</block>