Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
2017-04-14 11:53:31 +0800
Commit
175df8e714a04fd739eb27a0374edbea393fddae
1 parent
5a70b618
empty return
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/detail.page.js
public/js/product/detail.page.js
View file @
175df8e
...
...
@@ -1403,7 +1403,7 @@ function loadConsult() {
if
(
content
===
''
)
{
$textArea
.
attr
(
'placeholder'
,
'请输入咨询内容'
);
$textArea
.
addClass
(
'err'
);
passFlag
=
false
;
return
;
}
if
(
passFlag
===
false
)
{
return
;
...
...
Please
register
or
login
to post a comment