2024-05-31 18:06:24 +08:00
|
|
|
<view class="page-c data-v-3946aedd"><tn-nav-bar vue-id="20e0a46e-1" isBack="{{false}}" backTitle alpha="{{true}}" bottomShadow="{{false}}" class="data-v-3946aedd" bind:__l="__l" vue-slots="{{['default']}}"><view class="custom-nav tn-flex tn-flex-col-center tn-flex-row-left data-v-3946aedd"><view data-event-opts="{{[['tap',[['goBack']]]]}}" style="padding-left:15rpx;" bindtap="__e" class="data-v-3946aedd"><text class="tn-icon-left data-v-3946aedd" style="font-size:40rpx;color:#ffffff;"></text></view><view class="tn-margin-top data-v-3946aedd"><tn-tabs vue-id="{{('20e0a46e-2')+','+('20e0a46e-1')}}" list="{{[{name:'会员名片'}]}}" current="{{topCurrent}}" activeColor="#ffffff" bold="{{false}}" fontSize="{{24}}" class="data-v-3946aedd" bind:__l="__l"></tn-tabs></view></view></tn-nav-bar><view style="height:550rpx;" class="data-v-3946aedd"><view style="width:100%;height:450rpx;position:absolute;top:0;" class="data-v-3946aedd"><block wx:if="{{userThisInfo.background_image==''}}"><image style="width:100%;height:450rpx;opacity:0.8;" src="/static/my.png" class="data-v-3946aedd"></image></block><block wx:if="{{userThisInfo.background_image!=''}}"><image style="width:100%;height:450rpx;opacity:0.8;" src="{{apiImgUrl+userThisInfo.background_image}}" class="data-v-3946aedd"></image></block><view style="bottom:-105rpx;position:absolute;left:28rpx;" class="data-v-3946aedd"><view class="tn-flex tn-flex-center tn-flex-col-center data-v-3946aedd"><view style="width:170rpx;height:170rpx;position:relative;" class="data-v-3946aedd"><image style="width:170rpx;height:170rpx;border-radius:50%;" src="{{apiImgUrl+userThisInfo.photo_image}}" mode="aspectFill" class="data-v-3946aedd"></image></view><view style="margin-left:10rpx;" class="data-v-3946aedd"><view style="font-size:35rpx;color:#ffffff;font-weight:600;" class="data-v-3946aedd">{{userThisInfo.nikename+''}}</view><view style="font-size:28rpx;margin-top:10rpx;" class="data-v-3946aedd"><text class="data-v-3946aedd">{{"协会职务:"+userThisInfo.position_name}}</text><text style="margin-left:40rpx;" class="data-v-3946aedd">{{"性别:"+userThisInfo.gender}}</text></view><block wx:if="{{userThisInfo.if_tongyi==0}}"><view style="margin-top:10rpx;" class="data-v-3946aedd">{{'联系方式:'+userThisInfo.phone}}</view></block><block wx:if="{{userThisInfo.if_tongyi!=0}}"><view style="margin-top:10rpx;" class="data-v-3946aedd">联系方式:***********</view></block></view></view></view></view></view><view style="padding:30rpx;" class="data-v-3946aedd"><view style="font-size:30rpx;font-weight:600;margin-bottom:20rpx;" class="data-v-3946aedd">个人经历</view><view style="background-color:#ffffff;border-radius:15rpx;width:100%;margin:0 auto;" class="data-v-3946aedd"><view class="tn-text-ellipsis-5 data-v-3946aedd" style="padding:20rpx;line-height:50rpx;">{{''+(userThisInfo.introduction==''||userThisInfo.introduction==null?'无':userThisInfo.introduction)+''}}</view></view><view style="font-size:30rpx;font-weight:600;margin-bottom:20rpx;margin-top:30rpx;" class="data-v-3946aedd">企业介绍</view><view style="background-color:#ffffff;border-radius:15rpx;width:100%;margin:0 auto;" class="data-v-3946aedd"><view class="tn-flex tn-flex-center tn-flex-col-center data-v-3946aedd" style="padding:20rpx;"><view style="padding-left:20rpx;" class="data-v-3946aedd"><block wx:if="{{userThisInfo.company_image!=''}}"><image style="width:160rpx;height:160rpx;" src="{{apiImgUrl+userThisInfo.company_image}}" mode="aspectFill" class="data-v-3946aedd"></image></block><block wx:if="{{userThisInfo.company_image==''}}"><view style="width:160rpx;height:160rpx;background:#d9d9d9;" class="data-v-3946aedd"></view></block></view><view style="font-size:24rpx;color:#666666;margin-left:30rpx;" class="data-v-3946aedd"><view style="font-size:36rpx;font-weight:600;color:#000000;" class="data-v-3946aedd">{{userThisInfo.enterprise_name+''}}</view><view style="margin:15rpx 0rpx;" class="data-v-3946aedd">{{"所属行业:"+userThisInfo.industry_name}}</view><view class="data-v-3946aedd">{{"企业地址:"+userThisInfo.ent
|