2024-05-31 18:06:24 +08:00
|
|
|
<view style="background-color:#EBF4F7;letter-spacing:1rpx;"><view style="{{'background:linear-gradient(50deg, #034EF9 0%, #05ACFF 99%);height:400rpx;'+('padding-top:'+(vuex_custom_bar_height+40+'rpx')+';')}}"><view class="tn-flex tn-flex-center tn-flex-col-center" style="padding:30rpx;width:100%;"><block wx:if="{{login&&userInfo.photo_image}}"><view><image style="width:100rpx;height:100rpx;border-radius:50%;" src="{{apiImgUrl+userInfo.photo_image}}"></image></view></block><block wx:if="{{!login||!userInfo.photo_image}}"><view><image style="width:100rpx;height:100rpx;border-radius:50%;" src="/static/def.png"></image></view></block><view style="width:100%;"><block wx:if="{{login}}"><view data-event-opts="{{[['tap',[['tn_ru',['/pages/index/my_card?id='+userInfo.member_id]]]]]}}" class="tn-flex tn-flex-col-center tn-flex-row-between" bindtap="__e"><view style="margin-left:20rpx;color:#fff;"><view style="font-size:35rpx;">{{userInfo.nikename}}</view><view style="font-size:24rpx;margin-top:10rpx;">{{userInfo.position_name}}</view></view><view data-event-opts="{{[['tap',[['tn',['/pages/index/my_edit']]]]]}}" bindtap="__e"><image style="width:40rpx;" src="/static/ico13.png" mode="widthFix"></image></view></view></block><block wx:if="{{!login}}"><view class="tn-flex tn-flex-col-center tn-flex-row-between"><view style="margin-left:20rpx;color:#fff;"><tn-button bind:click="__e" vue-id="162ab905-1" data-event-opts="{{[['^click',[['e0']]]]}}" bind:__l="__l" vue-slots="{{['default']}}">点击登陆</tn-button></view></view></block></view></view></view><view><view style="padding:30rpx;margin-top:-115rpx;background-color:transparent;"><view class="tn-flex tn-flex-center tn-flex-col-center tn-flex-row-between" style="text-align:center;padding:30rpx;background-color:#FFF;border-radius:20rpx;box-shadow:0rpx 0rpx 10rpx 0rpx rgba(12,0,5,0.1);"><view data-event-opts="{{[['tap',[['tn',['/pages/index/pizz_info?id='+userInfo.association_id]]]]]}}" bindtap="__e"><view><image style="width:50rpx;height:50rpx;" src="/static/ico5.png"></image></view><view style="margin-top:10rpx;"><text>所在商/协会</text></view></view><view data-event-opts="{{[['tap',[['tn',['/pages/index/events_my']]]]]}}" bindtap="__e"><view><image style="width:50rpx;height:50rpx;" src="/static/ico1.png"></image></view><view style="margin-top:10rpx;"><text>参与活动</text></view></view><view data-event-opts="{{[['tap',[['tn',['/pages/index/my_desc']]]]]}}" bindtap="__e"><view><image style="width:50rpx;height:50rpx;" src="/static/02_2.png"></image></view><view style="margin-top:10rpx;"><text>协会服务</text></view></view><view data-event-opts="{{[['tap',[['tn',['/pages/index/my_card?id='+userInfo.member_id]]]]]}}" bindtap="__e"><view><image style="width:50rpx;height:50rpx;" src="/static/ico6.png"></image></view><view style="margin-top:10rpx;"><text>我的名片</text></view></view></view></view><view style="background-color:#fff;"><view style="padding:0px 20rpx;"><tn-list-cell vue-id="162ab905-2" arrow="{{true}}" data-event-opts="{{[['^click',[['tn',['/pages/index/my_card_holder']]]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="tn-flex tn-flex-center tn-flex-col-center"><image style="width:50rpx;height:50rpx;" src="/static/ico12.png"></image><view style="margin-left:20rpx;">名片夹</view></view></tn-list-cell><tn-list-cell vue-id="162ab905-3" arrow="{{true}}" data-event-opts="{{[['^click',[['tn',['/pages/index/my_edit']]]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="tn-flex tn-flex-center tn-flex-col-center"><image style="width:50rpx;height:50rpx;" src="/static/ico12.png"></image><view style="margin-left:20rpx;">信息修改</view></view></tn-list-cell><block wx:if="{{userInfo.if_xianshi!=1||!login}}"><tn-list-cell vue-id="162ab905-4" arrow="{{true}}" data-event-opts="{{[['^click',[['tn_ru',['/pages/index/apply_in?association_id='+loginData.association_id]]]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="tn-flex tn-flex-center tn-flex-col-center"><image style="width:50rpx;he
|