1 line
1.4 KiB
Plaintext
1 line
1.4 KiB
Plaintext
<block wx:if="{{isDrawe}}"><view class="wrapper data-v-4734196c"><view data-event-opts="{{[['tap',[['clear',['$event']]]]]}}" class="bg data-v-4734196c" bindtap="__e"></view><view class="wrapper_box data-v-4734196c"><view class="top data-v-4734196c"><block wx:if="{{userinfo.head_pic}}"><image class="headimage mt-10 data-v-4734196c" src="{{userinfo.head_pic}}"></image></block><view class="overflow data-v-4734196c">{{userinfo.nickname}}</view></view><view class="drawerList data-v-4734196c"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{item.g0}}"><view data-event-opts="{{[['tap',[['toggle',['$0'],[[['List','',index]]]]]]]}}" class="drawerList_item data-v-4734196c" bindtap="__e"><block wx:if="{{item.$orig.head_pic}}"><image class="image1 data-v-4734196c" src="{{item.$orig.head_pic}}"></image></block><view class="right data-v-4734196c"><view class="name data-v-4734196c"><view class="overflow data-v-4734196c">{{''+item.$orig.nickname+''}}</view><block wx:if="{{item.$orig.id==userinfo.id}}"><view class="dangqian data-v-4734196c">当前</view></block></view><view class="info data-v-4734196c"><view class="data-v-4734196c">{{item.$orig.gender==1?'男':'女'}}</view><view class="data-v-4734196c">{{item.$orig.age+"岁"}}</view></view></view></view></block></block><view data-event-opts="{{[['tap',[['addInfo']]]]}}" class="add data-v-4734196c" bindtap="__e">+</view></view></view></view></block> |