Commit 897f3ef6 authored by sujie@126.com's avatar sujie@126.com

dd\

parent fda39831
......@@ -308,9 +308,11 @@
<image class="fingureupoicon" src="{{imageRoot}}2c/papersquare/graylike.png?{{imageVersion}}"></image>
<image class="advatar" wx:for="{{clock.likes.list}}" wx:for-item="like" wx:key="customerId" data-like="{{like}}" wx:for-index="customerId" catchtap="goLikeGrowthRecord" src="{{filter.imagify(like.avatar)}}"></image>
</view> -->
<view class="teacher-opencomment-itembox teacher-comment-header-box fingureupbox" wx:if="{{clock.likes && clock.likes.list.length > 0}}" style="{{clock.review[1] || (clock.review[2] && customerId == clock.student_id) ? 'margin-bottom: 28rpx' :''}}">
<view class="teacher-opencomment-itembox teacher-comment-header-box fingureupbox" wx:if="{{clock.likes && clock.likes.list.length > 0}}" style="{{clock.review[1] || (clock.review[2] && customerId == clock.student_id) || type === 1 ? 'margin-bottom: 28rpx' :''}}">
<image class="fingureupoicon" src="{{imageRoot}}2c/papersquare/graylike.png?{{imageVersion}}"></image>
<text class="fingure-count" wx:for="{{clock.likes.list}}" wx:for-item="like" wx:key="customerId" data-like="{{like}}" wx:for-index="customerId" catchtap="goLikeGrowthRecord">{{like.remark || like.nickname}} {{clock.likes.list.length > customerId + 1 ? ',' : ''}}</text>
<text class="fingure-count" wx:for="{{clock.likes.list}}" wx:for-item="like" wx:key="customerId" data-like="{{like}}" wx:for-index="customerId" catchtap="goLikeGrowthRecord" wx:if="{{customerId<20}}">{{like.remark || like.nickname}} {{clock.likes.list.length > customerId + 1 ? ',' : ''}}</text>
<text class="fingure-count" wx:if="{{clock.likes.list.length>20}}">...等{{clock.likes.list.length}}人点赞</text>
<!-- <image class="{{clock.likesExpand ? 'expandfingureup up' : 'expandfingureup'}}" wx:if="{{clock.likes.total > 50}}" src="{{imageRoot}}2c/common/arrowdowngrey.png" bindtap="expandLikes"></image> -->
</view>
<view class="mb20" style="position:relative;z-index: 2;" wx:if="{{clock.review[1]}}">
......
......@@ -678,6 +678,7 @@
margin-bottom: 0;
/* padding-bottom: 10rpx; */
padding: 0;
white-space: initial;
}
.teacher-opencomment-itembox:last-of-type {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment