You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
7.7 KiB
1 line
7.7 KiB
1 year ago
|
<view class="wanlgroups-user-container"><view class="wanlgroups-user-container__head" style="{{'height:'+(headHeight+'px')+';'}}"><block wx:if="{{headerOpacity>0}}"><view class="background" style="{{'height:'+(headHeight+'px')+';'+('opacity:'+(headerOpacity)+';')+('background-color:'+(userData.color)+';')}}"><view class="bgcolor"></view></view></block><view class="navigater text-white" style="{{'height:'+(headHeight+'px')+';'+('padding-top:'+(headTop+'px')+';')}}"><view class="text-xl"><view class="margin-right"><text data-event-opts="{{[['tap',[['handleBack',['$event']]]]]}}" class="wlIcon-fanhui1 text-bold" bindtap="__e"></text></view><view class="text-cut" style="width:100rpx;"><block wx:if="{{headerOpacity>0}}"><text class="text-lg" style="{{'opacity:'+(headerOpacity)+';'}}">{{''+userData.user.nickname+''}}</text></block></view></view></view></view><view class="wanlgroups-user-container__main" style="{{'background-color:'+(userData.color)+';'+('background-image:'+('url('+$root.g0+')')+';')}}"><view data-event-opts="{{[['tap',[['handleTheme',['$event']]]]]}}" class="head text-white" style="{{'padding-top:'+(headHeight+'px')+';'}}" bindtap="__e"><view class="userinfo"><view class="cu-avatar margin-right-bj round" style="{{'background-image:'+('url('+$root.g1+')')+';'}}"></view><view><view class="text-xl margin-bottom-xs">{{userData.user.nickname}}</view><view class="text-xs text-white-agba"><text>账户号:</text><text>{{userData.user_no}}</text><text data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="wlIcon-fuzhi margin-left-sm" catchtap="__e"></text></view></view></view><block wx:if="{{userData.shop}}"><view data-event-opts="{{[['tap',[['onShop',['$0'],['userData.shop.id']]]]]}}" class="shopinfo margin-top-bj solid-top padding-top-bj" catchtap="__e"><view class="cu-avatar margin-right-bj round" style="{{'background-image:'+('url('+$root.g2+')')+';'}}"></view><view class="subject"><view class="info"><block wx:if="{{userData.shop.isself==1}}"><view><view class="cu-tag sm line-white radius margin-right-xs">自营店</view><text class="text-cut" style="width:50%;">{{''+userData.shop.shopname+''}}</text></view></block><block wx:else><view><block wx:if="{{userData.shop.state==0}}"><view class="cu-tag sm line-white radius margin-right-xs">个人店</view></block><block wx:if="{{userData.shop.state==1}}"><view class="cu-tag sm line-white radius margin-right-xs">企业店</view></block><block wx:if="{{userData.shop.state==2}}"><view class="cu-tag sm line-white radius margin-right-xs">旗舰店</view></block><text class="text-cut" style="width:50%;">{{''+userData.shop.shopname+''}}</text></view></block></view><view class="menu"><button class="cu-btn wlIcon margin-right-sm line-white round"><text class="wlIcon-31dianpu"></text></button></view></view></view></block></view></view><view class="wanlgroups-user-container__list bg-white"><view class="questionbag" style="{{'top:'+(headHeight+'px')+';'}}"><scroll-view class="bg-white nav text-center" scroll-x="{{true}}"><block wx:for="{{navList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['handleSelect',[index]]]]]}}" class="{{['cu-item',index===currentId?'text-30 text-bold':'wanl-gray']}}" bindtap="__e">{{''+item.type_text+''}}</view></block></scroll-view></view><view class="main"><block wx:for="{{$root.l1}}" wx:for-item="data" wx:for-index="keys" wx:key="keys"><view hidden="{{!(keys===currentId)}}"><block wx:if="{{isMyfind}}"><block><block wx:if="{{data.g3}}"><view class="empty"><view class="text-center wanl-gray"><image src="{{data.g4}}"></image><view class="text-30 margin-bottom-bj">{{''+(keys===0?'你还没有发布任何作品':'你还没有任何喜欢的收藏')+''}}</view></view></view></block></block></block><block wx:else><block><block wx:if="{{data.g5}}"><wanl-empty vue-id="{{'003f3ee9-1-'+keys}}" text="{{keys===0?'他/她还没有发布过任何作品':'他/她还没有任何收藏'}}" src="collect_default3x" bind:__l="__l"></wanl-empty></block></block></block><block wx:if="{{data.g6>0}}"><view class="list"><block
|