1 |
- <view><navbar vue-id="1116fdc7-1" iSimmersive="{{false}}" title-color="#ffffff" background="#c30d24" placeholder="{{true}}" title="帮助中心" bind:__l="__l"></navbar><view class="help"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{$root.g0>0}}"><view class="item"><view data-event-opts="{{[['tap',[['panel',['$0'],[[['list','',index,'id']]]]]]]}}" class="title" bindtap="__e"><view class="a">{{item.title}}</view><view class="b"><text class="{{['iconfont','iconarrow-top',(active==item.id)?'down':'',(active!=item.id)?'up':'']}}"></text></view></view><block wx:if="{{active==item.id}}"><view class="content"><view><rich-text nodes="{{item.content}}"></rich-text></view></view></block></view></block></block></view></view>
|