1 |
- <view class="phone-area"><custom-nav class="vue-ref" vue-id="f734bfb4-1" noback="noback" transparent="transparent" title=" " data-ref="ltm" bind:__l="__l"></custom-nav><view class="content"><scroll-view scroll-y="{{true}}" scroll-into-view="{{'item'+itemName}}" scroll-with-animation="{{true}}" enable-back-to-top="{{true}}"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{item.g0}}"><view class="list-item" id="{{'item'+item.$orig.name}}"><block wx:for="{{item.$orig.list}}" wx:for-item="codeItem" wx:for-index="codeIndex" wx:key="codeIndex"><view data-event-opts="{{[['tap',[['chooseCode',['$0','$1','$2','$3'],[[['list','',index],['list','',codeIndex,'name']],[['list','',index],['list','',codeIndex,'code']],[['list','',index],['list','',codeIndex,'reg']],[['list','',index],['list','',codeIndex,'phoneReg']]]]]]]}}" class="item" bindtap="__e"><text>{{codeItem.name}}</text><text class="code">{{codeItem.code}}</text></view></block></view></block></block></scroll-view><block wx:if="{{isShowChar}}"><view class="showChar">{{showChar}}</view></block></view></view>
|