| 1 |
- <view class="{{['slot','data-v-14af026d',(shadow)?'shadow':'']}}"><view class="nav-navigation data-v-14af026d"><slot></slot><block wx:if="{{mode==8||mode==4}}"><view class="nav-list data-v-14af026d"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goNav',['$0'],[[['list','',index]]]]]]]}}" class="nav-item data-v-14af026d" style="{{'width:25%;'+('margin-top:'+(index>3?marginTopLine:'')+';')}}" bindtap="__e"><view class="list-img data-v-14af026d"><u-image vue-id="{{'fd9c678e-1-'+index}}" width="{{imgSize}}" height="{{imgSize}}" mode="widthFix" src="{{item[imgName]}}" class="data-v-14af026d" bind:__l="__l"></u-image></view><view class="list-text data-v-14af026d" style="{{'font-size:'+(nameSize)+';'}}">{{item[labelName]}}</view></view></block></view></block><block wx:if="{{mode==5||mode==10}}"><view class="nav-list data-v-14af026d"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goNav',['$0'],[[['list','',index]]]]]]]}}" class="nav-item data-v-14af026d" style="{{'width:20%;'+('margin-top:'+(index>4?marginTopLine:'')+';')}}" bindtap="__e"><view class="list-img data-v-14af026d"><u-image vue-id="{{'fd9c678e-2-'+index}}" width="{{imgSize}}" height="{{imgSize}}" mode="widthFix" src="{{item[imgName]}}" class="data-v-14af026d" bind:__l="__l"></u-image></view><view class="list-text data-v-14af026d" style="{{'font-size:'+(nameSize)+';'}}">{{item[labelName]}}</view></view></block></view></block></view></view>
|