9 lines
329 B
Plaintext
9 lines
329 B
Plaintext
<t-indexes bind:select="onSelect" index-list="{{indexList}}">
|
|
<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>
|