You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
819 B
1 line
819 B
3 years ago
|
<view><block wx:if="{{showLoading}}"><view class="ly-loader ly-flex-center"><view class="ly-loader-inner">加载中...</view></view></block><block wx:else><block wx:if="{{isEmpty||!visible}}"><view class="ly-empty">{{''+emptyText+''}}</view></block><view class="{{['ly-tree',(isEmpty||!visible)?'is-empty':'']}}" role="tree" name="LyTreeExpand"><block wx:for="{{$root.l0}}" wx:for-item="nodeId" wx:for-index="__i0__" wx:key="m0"><ly-tree-node vue-id="{{'eae274f8-1-'+__i0__}}" nodeId="{{nodeId.$orig}}" render-after-expand="{{renderAfterExpand}}" show-checkbox="{{showCheckbox}}" show-radio="{{showRadio}}" check-only-leaf="{{checkOnlyLeaf}}" indent="{{indent}}" icon-class="{{iconClass}}" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}"><text>我是值</text></ly-tree-node></block></view></block></view>
|