Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
wechatapp.shangjiadao.com
Commits
897f3ef6
Commit
897f3ef6
authored
Jan 09, 2020
by
sujie@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd\
parent
fda39831
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
index.wxml
src/components/clockitemv2/index.wxml
+4
-2
index.wxss
src/components/clockitemv2/index.wxss
+1
-0
No files found.
src/components/clockitemv2/index.wxml
View file @
897f3ef6
...
...
@@ -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]}}">
...
...
src/components/clockitemv2/index.wxss
View file @
897f3ef6
...
...
@@ -678,6 +678,7 @@
margin-bottom: 0;
/* padding-bottom: 10rpx; */
padding: 0;
white-space: initial;
}
.teacher-opencomment-itembox:last-of-type {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment