Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
a22d06f2fc5657641b43de228ff950ed5e2c7ef4
1 parent
5691b952
优化选择器. code review by 张振
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/product/detail/comments-consults.js
static/js/product/detail/comments-consults.js
View file @
a22d06f
...
...
@@ -94,7 +94,7 @@ if ($('.goods-consults-page').length > 0) {
if
(
readmoreHammer
)
{
readmoreHammer
.
on
(
'tap'
,
function
()
{
$
(
'.readmore'
).
hide
();
$
(
'.goods-consults
.consult-item'
).
show
(
);
$
(
'.goods-consults
.customer-consults'
).
removeClass
(
'customer-consults'
);
return
false
;
});
}
...
...
Please
register
or
login
to post a comment