diy_nav_part2.wxml 809 Bytes
 <view class="one_div">
                    <view class="picture_one">
                        <block wx:if="{{item.navicon!=null}}">
                            <image style='width:{{object.sliderExample*2}}rpx;height:{{object.sliderExample*2}}rpx;'
                                   src="{{item.navicon}}">
                            </image>
                        </block>

                        <block wx:if="{{item.navicon==null}}">
                            <image style='width:{{object.sliderExample*2}}rpx;height:{{object.sliderExample*2}}rpx;'
                                 src="{{imghost}}/miniapp/images/nav-icon.png">
                            </image>
                        </block>

                    </view>
                    <view class="test">{{item.title}}</view>
</view>