12 lines
440 B
Plaintext
12 lines
440 B
Plaintext
<view class="custom-navbar">
|
|
<t-navbar title="TDesign" leftArrow />
|
|
</view>
|
|
<t-indexes bind:select="onSelect" index-list="{{indexList}}" sticky-offset="{{stickyOffset}}">
|
|
<block wx:for="{{list}}" wx:key="index">
|
|
<t-indexes-anchor index="{{item.index}}" />
|
|
<t-cell-group>
|
|
<t-cell wx:for="{{item.children}}" wx:key="city" wx:for-item="city" title="{{city}}" aria-role="button" />
|
|
</t-cell-group>
|
|
</block>
|
|
</t-indexes>
|