diy_nav_part2.wxml
962 Bytes
<view class="one_div" style='background-color: {{item.bgcolor}};padding:10rpx 0rpx;border-radius: 5rpx; '>
<view class="picture_one">
<block wx:if="{{item.navicon!=null}}">
<image style='width:{{object.sliderExample*2}}rpx;height:{{object.sliderExample*2}}rpx;margin-top: 10rpx;'
src="{{item.navicon}}">
</image>
</block>
<block wx:if="{{item.navicon==null}}">
<image style='width:{{object.sliderExample*2}}rpx;height:{{object.sliderExample*2}}rpx;margin-top: 10rpx;'
src="{{imghost}}/miniapp/images/nav-icon.png">
</image>
</block>
</view>
<view class="test" style="color:{{item.txtcolor}};">{{item.title}}</view>
</view>