wpfw_ewei_wxapp/pages/diy/template/tpl_hotarea.wxml
2023-02-26 08:10:18 +08:00

7 lines
538 B
Plaintext

<view class="fui-swipe" style="box-sizing: border-box;margin:{{diyitem.style.paddingtop}}rpx {{diyitem.style.paddingleft}}rpx;">
<view style="position:relative;">
<image class="advimg" mode="widthFix" src="{{diyitem.params.bgimg}}" style="display: block; width: 100%; height: auto;"></image>
<view bindtap="navigate" data-url="{{item.href}}" style="position:absolute;height:{{item.height}};width:{{item.width}};top:{{item.top}};left:{{item.left}};" wx:for="{{diyitem.data}}" wx:key="index"></view>
</view>
</view>