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 lines
2.4 KiB
1 lines
2.4 KiB
<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:'+(themeData.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)+';'}}">{{''+user.nickname+''}}</text></block></view></view><block wx:if="{{isChoice}}"><view data-event-opts="{{[['tap',[['changeTheme',['$event']]]]]}}" class="text-xxl" bindtap="__e"><text class="text-30 text-bold">保存</text></view></block></view></view><view class="wanlgroups-user-container__main" style="{{'background-color:'+(themeData.color)+';'+('background-image:'+('url('+$root.g0+')')+';')}}"><view class="head text-white" style="{{'padding-top:'+(headHeight+'px')+';'}}"><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">{{user.nickname}}</view><view class="text-min text-white-agba"><text>账户号:</text><text>{{themeData.user_no}}</text><text data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="wlIcon-fuzhi margin-left-sm" catchtap="__e"></text></view></view></view></view></view><scroll-view class="wanlgroups-user-container__list bg-white padding-bj" style="{{'height:'+(windowHeight-headHeight-150+'px')+';'}}" scroll-y="{{true}}"><view class="content"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="id"><view data-event-opts="{{[['tap',[['choiceTheme',['$0','$1'],[[['themeData.list','id',item.$orig.id,'image']],[['themeData.list','id',item.$orig.id,'color']]]]]]]}}" class="item" bindtap="__e"><image src="{{item.g2}}" mode></image><view class="background"></view><view class="tag text-white round"><view class="colour round margin-xs" style="{{'background-color:'+(item.$orig.color)+';'}}"></view><view class="name text-min margin-right-sm">{{''+item.$orig.name+''}}</view></view></view></block></view></scroll-view></view> |