Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2018-11-28 16:20:18 +0800
Commit
af496d7f1cd9c24f48a0881ee63ac6d8cf1bc72c
2 parents
566016ea
dde922eb
Merge branch 'feature/likesFloor' into 'release/6.8.2'
点赞楼层样式修改 See merge request
!1593
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
public/js/activity/feature.page.js
public/scss/feature/liked-activity.scss
public/js/activity/feature.page.js
View file @
af496d7
...
...
@@ -575,6 +575,12 @@ function likedActivityInit() {
let
idArr
=
[];
let
storageLikedInfo
=
{};
let
storageKey
=
'_activity_liked_floor'
;
let
$floor
=
$
(
'.floor'
);
let
lastFloor
=
$floor
.
eq
(
$floor
.
length
-
1
).
find
(
'.liked-activity'
);
if
(
lastFloor
.
length
>
0
)
{
lastFloor
.
css
({
borderBottom
:
0
});
}
// 从本地存储中获取点赞数据
try
{
...
...
public/scss/feature/liked-activity.scss
View file @
af496d7
.liked-activity
{
border-bottom
:
20px
solid
#f0f0f0
;
padding-bottom
:
27px
;
.head-author
{
height
:
92px
;
line-height
:
92px
;
...
...
Please
register
or
login
to post a comment