1 line
1.6 KiB
Plaintext
1 line
1.6 KiB
Plaintext
<view class="template-edit tn-safe-area-inset-bottom"><tn-nav-bar vue-id="12f57670-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="{{('12f57670-2')+','+('12f57670-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')+';'}}"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="wallpaper-shadow tn-margin tn-padding"><view data-event-opts="{{[['tap',[['tn',['/pages/index/my_card?id='+item.id]]]]]}}" class="tn-classify__content__sub-classify__content__item tn-flex tn-flex-center tn-flex-col-center" bindtap="__e"><view style="width:100rpx;height:100rpx;"><image style="width:100rpx;height:100rpx;border-radius:50%;" src="{{apiImgUrl+item.photo_image}}"></image></view><view style="margin-left:20rpx;"><view style="font-size:28rpx;"><text>{{item.nikename}}</text><text style="margin-left:50rpx;">{{item.phone}}</text></view><view class="tn-text-ellipsis-2" style="font-size:24rpx;margin-top:10rpx;"><text>{{item.enterprise_name}}</text></view></view></view></view></block></view></view> |