Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Email Patches
Plain Diff
Browse Files
Authored by
biao
2016-01-08 09:56:17 +0800
Commit
e1188372b99fe155d942b0806a7928eb7cde0bcc
1 parent
a22d06f2
优化“查看更多”显示方法
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
static/js/product/detail/comments-consults.js
static/js/product/detail/comments-consults.js
View file @
e118837
...
...
@@ -95,6 +95,7 @@ if (readmoreHammer) {
readmoreHammer
.
on
(
'tap'
,
function
()
{
$
(
'.readmore'
).
hide
();
$
(
'.goods-consults.customer-consults'
).
removeClass
(
'customer-consults'
);
return
false
;
});
}
...
...
Please
register
or
login
to post a comment