Files
MiniProgram/ProjectLiaisonForm/pages/indexes/base/index.wxml

12 lines
440 B
Plaintext
Raw Normal View History

2025-08-15 14:05:08 +08:00
<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>