Commit 7f457f31 authored by lvtz's avatar lvtz

fix

parent 9413b73f
......@@ -506,7 +506,6 @@ Component({
}
},
goClockDetail () {
console.log('跳转')
if(this.data.type != 0 && this.data.othertype!=1){
return
}
......
......@@ -313,7 +313,7 @@
<text class="fingure-count" wx:for="{{clock.likes.list}}" wx:for-item="like" wx:key="customerId" data-like="{{like}}" wx:for-index="customerId" bindtap="goLikeGrowthRecord">{{like.remark || like.nickname}} {{clock.likes.list.length > customerId + 1 ? ',' : ''}}</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;" wx:if="{{clock.review[1]}}">
<view class="mb20" style="position:relative;z-index: 2;" wx:if="{{clock.review[1]}}">
<view class="teacher-opencomment-box">
<view class="teacher-opencomment-itembox teacher-commnet-detail" wx:if="{{clock.review[1]}}">
<view class="teacher-avator-box" data-eindex="{{id}}" data-eid="{{clock.review[1].id}}" data-customerid="{{clock.student_id}}" catchtap="replyTeacher" data-roottype="1">
......
......@@ -695,6 +695,7 @@
text-overflow: ellipsis;
white-space: nowrap;
padding: 20rpx 0;
z-index: 2;
}
.teacher-comment-header-box .fingureupoicon {
......@@ -722,6 +723,7 @@
letter-spacing: 2rpx;
line-height: 42rpx;
font-weight: bold;
z-index: 2;
}
.activecommentflag {
......@@ -1767,6 +1769,7 @@
align-items: center;
justify-content: center;
margin-bottom: 14rpx;
z-index: 9;
}
/*互动点评图片展示样式*/
\ No newline at end of file
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