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
1.5 KiB
1 lines
1.5 KiB
<view class="dynamic-technician-comment"><block wx:for="{{list.data}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['longpress',[['toDel',[index]]]]]}}" class="{{['list-item','flex-warp','ml-lg','mr-lg','pt-lg','pb-lg',[(index!==0)?'b-1px-t':'']]}}" bindlongpress="__e"><image class="avatar radius" mode="aspectFill" src="{{item.avatarUrl}}"></image><view class="flex-1 ml-md"><view class="flex-between"><view><view class="flex-y-center f-paragraph c-title text-bold"><view class="max-400 ellipsis">{{item.nickName}}</view><block wx:if="{{item.status==1}}"><view class="examine-btn flex-center f-icontext ml-md radius">审核中</view></block></view><view class="text flex-y-center f-caption">评论了你的动态<view class="ml-md">{{item.friend_time+''}}</view></view></view><image class="cover radius-16" mode="aspectFill" src="{{item.cover}}"></image></view><view class="comment f-paragraph mt-md">{{''+item.text+''}}</view></view></view></block><block wx:if="{{loading}}"><load-more vue-id="3227802e-1" noMore="{{$root.g0}}" loading="{{loading}}" bind:__l="__l"></load-more></block><block wx:if="{{$root.g1}}"><abnor vue-id="3227802e-2" bind:__l="__l"></abnor></block><view class="space-footer"></view><common-popup class="vue-ref" vue-id="3227802e-3" type="DELETE_ORDER" title="删除评论" desc="请确认是否删除评论,删除后将无法恢复" info="{{popupInfo}}" data-ref="del_item" data-event-opts="{{[['^confirm',[['confirmDel']]]]}}" bind:confirm="__e" bind:__l="__l"></common-popup></view> |