4b045f7c
刘淇
江阴初始化项目
|
1
|
<view class="uni-container"><block wx:if="{{!hasLeftWin}}"><view class="uni-header-logo"><image class="uni-header-image" src="/static/componentIndex.png"></image></view></block><block wx:if="{{!hasLeftWin}}"><view class="uni-hello-text"><text class="hello-text">uni-app内置组件,展示样式仅供参考,文档详见:</text><u-link class="hello-link" vue-id="b52a4bda-1" href="https://uniapp.dcloud.io/component/" text="https://uniapp.dcloud.io/component/" inWhiteList="{{true}}" bind:__l="__l"></u-link></view></block><block wx:for="{{$root.l1}}" wx:for-item="item" wx:for-index="index" wx:key="id"><view class="uni-panel"><view data-event-opts="{{[['tap',[['triggerCollapse',[index,'$0'],[[['list','id',item.$orig.id,'id']]]]]]]}}" class="{{['uni-panel-h',item.$orig.open?'uni-panel-h-on':'']}}" bindtap="__e"><text class="uni-panel-text">{{item.$orig.name}}</text><text class="{{['uni-panel-icon','uni-icon',item.$orig.open?'uni-panel-icon-on':'']}}">{{item.$orig.pages?'':''}}</text></view><block wx:if="{{item.$orig.open}}"><view class="uni-panel-c"><block wx:for="{{item.l0}}" wx:for-item="item2" wx:for-index="key" wx:key="key"><view data-event-opts="{{[['tap',[['goDetailPage',['$0','$1'],[[['list','id',item.$orig.id,'id']],[['list','id',item.$orig.id],['pages','',key]]]]]]]}}" class="{{['uni-navigate-item',(item2.g0)?'left-win-active':'']}}" bindtap="__e"><text class="uni-navigate-text">{{item2.$orig.name?item2.$orig.name:item2.$orig}}</text><text class="uni-navigate-icon uni-icon"></text></view></block></view></block></view></block></view>
|