yunshangxie/unpackage/dist/dev/mp-weixin/pages/index/pizz_info.wxml

1 line
4.9 KiB
Plaintext
Raw Normal View History

2024-05-08 18:14:41 +08:00
<view style="letter-spacing:1rpx;"><tn-nav-bar vue-id="aef40f10-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="{{('aef40f10-2')+','+('aef40f10-1')}}" list="{{[{name:info.association_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:relative;"><swiper class="card-swiper" style="height:370rpx;" circular="{{true}}" autoplay="{{true}}" duration="500" interval="8000" data-event-opts="{{[['change',[['cardSwiper',['$event']]]]]}}" bindchange="__e"><swiper-item style="padding:0px;border-radius:0;"><view class="swiper-item image-banner" style="{{('background-image:url('+apiImgUrl+info.association_image+');background-size: contain; background-position:center; background-repeat: no-repeat;border-radius: 0;')}}"></view></swiper-item></swiper></view></view><view style="padding:20rpx 30rpx;"><view class="custom-nav tn-flex tn-flex-col-center tn-flex-row-between" style="font-size:30rpx;"><view>协会地址</view><view>{{info.association_dizhi}}</view></view><view class="custom-nav tn-flex tn-flex-col-center tn-flex-row-between" style="margin:20rpx 0rpx;font-size:30rpx;"><view>协会邮箱</view><view>{{info.association_emal}}</view></view><view class="custom-nav tn-flex tn-flex-col-center tn-flex-row-between" style="font-size:30rpx;"><view>联系方式</view><view>{{info.association_phone}}</view></view></view><view style="height:10rpx;background-color:#EBF4F7;"></view><view style="padding:10rpx 30rpx 200rpx 30rpx;"><tn-tabs style="font-weight:;" vue-id="aef40f10-3" list="{{list}}" isScroll="{{false}}" activeItemStyle="{{$root.a0}}" activeColor="#000" barWidth="{{50}}" barHeight="{{6}}" barStyle="{{$root.a1}}" current="{{current}}" name="name" data-event-opts="{{[['^change',[['change']]]]}}" bind:change="__e" bind:__l="__l"></tn-tabs><block wx:if="{{current==0}}"><view style="line-height:50rpx;text-indent:2em;margin-top:20rpx;"><view class="_div"><rich-text nodes="{{info.association_desc}}"></rich-text></view></view></block><block wx:if="{{current==2}}"><view style="line-height:50rpx;text-indent:2em;margin-top:20rpx;"><view class="_div"><rich-text nodes="{{info.association_guizhang}}"></rich-text></view></view></block><block wx:if="{{current==3}}"><view style="line-height:50rpx;text-indent:2em;margin-top:20rpx;"><view class="_div"><rich-text nodes="{{info.ruhuixizhu}}"></rich-text></view></view></block><block wx:if="{{current==1}}"><view style="padding:30rpx;text-align:center;"><block wx:for="{{architecture}}" wx:for-item="item" wx:for-index="index"><tn-button vue-id="{{'aef40f10-4-'+index}}" backgroundColor="#E83A30" height="50rpx" width="250rpx" fontColor="#ffffff" bind:__l="__l" vue-slots="{{['default']}}">{{item.position_name}}</tn-button><tn-grid vue-id="{{'aef40f10-5-'+index}}" align="center" col="5" 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%;" vue-id="{{('aef40f10-6-'+index+'-'+i)+','+('aef40f10-5-'+index)}}" 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="{{('aef40f10-7-'+index)+','+('aef40f10-5-'+index)}}" bind:__l="__l" vue-slots="{{['default']}}"><view style="padding:30rpx;"><view>暂无</view></view></tn-grid-item></block></tn-grid