yaofang/pages/image/image.wxml

8 lines
376 B
Plaintext

<view>
<view style="width:100%;padding:10px;background:#dedede;">
<image mode="aspectFill" src="{{url}}" style="width:100%;background-color:#eeeeee;" wx:if="{{url}}"></image>
</view>
<xad bind:__l="__l" vueId="fc2266f0-1" x_common_ad="{{common_ad}}" x_cp_ad="{{cp_ad}}"></xad>
<boot-nav bind:__l="__l" nav="home" vueId="fc2266f0-2"></boot-nav>
</view>