2024-05-08 18:14:41 +08:00
|
|
|
<view style="letter-spacing:1rpx;background-color:#F2F2F2;min-height:100vh;"><tn-nav-bar vue-id="2351dbab-1" isBack="{{false}}" backTitle bottomShadow="{{true}}" backgroundColor="#FFFFFF" bind:__l="__l" vue-slots="{{['default']}}"><view class="custom-nav tn-flex tn-flex-col-center tn-flex-row-left"><view data-event-opts="{{[['tap',[['goBack']]]]}}" style="padding-left:15rpx;" bindtap="__e"><text class="tn-icon-left" style="font-size:40rpx;"></text></view><view class="tn-margin-top" style="text-shadow:1rpx 0 0 #FFF, 0 1rpx 0 #FFF, -1rpx 0 0 #FFF , 0 -1rpx 0 #FFF;"><tn-tabs vue-id="{{('2351dbab-2')+','+('2351dbab-1')}}" list="{{[{name:'组织架构'}]}}" current="{{topCurrent}}" activeColor="#000" bold="{{false}}" fontSize="{{36}}" bind:__l="__l"></tn-tabs></view></view></tn-nav-bar><view style="{{'padding-top:'+(vuex_custom_bar_height+'px')+';'}}"><view style="position:fixed;width:100%;background-color:#F2F2F2;z-index:1;"><tn-tabs vue-id="2351dbab-3" list="{{list}}" isScroll="{{false}}" current="{{current}}" name="name" activeColor="#000000" activeItemStyle="{{({backgroundColor:'#ffffff'})}}" showBar="{{false}}" data-event-opts="{{[['^change',[['change']]]]}}" bind:change="__e" bind:__l="__l"></tn-tabs></view><view style="padding:30rpx;text-align:center;padding-top:94rpx;"><block wx:for="{{architecture}}" wx:for-item="item" wx:for-index="index"><tn-button vue-id="{{'2351dbab-4-'+index}}" backgroundColor="#ffffff" height="50rpx" fontColor="#000000" bind:__l="__l" vue-slots="{{['default']}}">{{item.position_name}}</tn-button><tn-grid vue-id="{{'2351dbab-5-'+index}}" align="center" col="5" hoverClass="none" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{item.neirong}}" wx:for-item="v" wx:for-index="i"><block wx:if="{{item.neirong}}"><tn-grid-item style="width:20%;" bind:click="__e" vue-id="{{('2351dbab-6-'+index+'-'+i)+','+('2351dbab-5-'+index)}}" data-event-opts="{{[['^click',[['openInfo',['/pages/index/my_card?id='+v.member_id]]]]]}}" bind:__l="__l" vue-slots="{{['default']}}"><view style="padding:30rpx;"><image style="width:100rpx;height:100rpx;border-radius:50%;" src="{{apiImgUrl+v.photo_image}}"></image><view>{{v.nikename}}</view></view></tn-grid-item></block></block><block wx:if="{{!item.neirong}}"><tn-grid-item style="width:20%;" vue-id="{{('2351dbab-7-'+index)+','+('2351dbab-5-'+index)}}" bind:__l="__l" vue-slots="{{['default']}}"><view style="padding:30rpx;"><view>暂无</view></view></tn-grid-item></block></tn-grid></block></view></view></view>
|