crm_second_opening_mini/pages/workreport/readOrnoread.wxml

1 line
2.1 KiB
Plaintext

<view class="data-v-10ccc096"><u-popup vue-id="26aa7215-1" mode="bottom" length="auto" value="{{showRead}}" data-event-opts="{{[['^close',[['closeRead']]],['^input',[['__set_model',['','showRead','$event',[]]]]]]}}" bind:close="__e" bind:input="__e" class="data-v-10ccc096" bind:__l="__l" vue-slots="{{['default']}}"><view class="boxwarp data-v-10ccc096"><view class="tabwarp data-v-10ccc096"><view data-event-opts="{{[['tap',[['changeRead',[1]]]]]}}" class="{{['tabli','data-v-10ccc096',(readindex==1)?'tabli_active':'']}}" bindtap="__e"><view class="data-v-10ccc096">{{"已读"+readNum}}</view><view class="tab_bot data-v-10ccc096"></view></view><view data-event-opts="{{[['tap',[['changeRead',[2]]]]]}}" class="{{['tabli','data-v-10ccc096',(readindex==2)?'tabli_active':'']}}" bindtap="__e"><view class="data-v-10ccc096">{{"未读"+noReadNum}}</view><view class="tab_bot data-v-10ccc096"></view></view></view><block wx:if="{{readindex==1}}"><scroll-view class="scrollbox data-v-10ccc096" scroll-y="{{true}}"><view class="list_warp data-v-10ccc096"><block wx:for="{{readList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="list_item data-v-10ccc096"><image class="headerimg data-v-10ccc096" src="{{item.staff.img}}" mode></image><view class="staffname data-v-10ccc096">{{item.staff.name}}</view></view></block><block wx:if="{{$root.g0==0}}"><u-loadmore vue-id="{{('26aa7215-2')+','+('26aa7215-1')}}" status="nomore" class="data-v-10ccc096" bind:__l="__l"></u-loadmore></block></view></scroll-view></block><block wx:if="{{readindex==2}}"><scroll-view class="scrollbox data-v-10ccc096" scroll-y="{{true}}"><view class="list_warp data-v-10ccc096"><block wx:for="{{noReadlist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="list_item data-v-10ccc096"><image class="headerimg data-v-10ccc096" src="{{item.img}}" mode></image><view class="staffname data-v-10ccc096">{{item.name}}</view></view></block><block wx:if="{{$root.g1==0}}"><u-loadmore vue-id="{{('26aa7215-3')+','+('26aa7215-1')}}" status="nomore" class="data-v-10ccc096" bind:__l="__l"></u-loadmore></block></view></scroll-view></block></view></u-popup></view>