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
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2017-05-26 13:22:36 +0800
Commit
082a68dbf71e1286743299e2551ba56dbb7a259f
1 parent
002668da
fix tip
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/3party/question-detail.page.js
public/js/3party/question-detail.page.js
View file @
082a68d
...
...
@@ -114,7 +114,7 @@ let question = {
$errDom
=
$this
;
if
(
!
errText
)
{
errText
=
+
data
.
type
===
3
?
'请
选择一个选项'
:
'请填写一条回答
'
;
errText
=
+
data
.
type
===
3
?
'请
填写一条回答'
:
'请选择一个选项
'
;
}
that
.
showError
(
errText
,
$errDom
);
...
...
Please
register
or
login
to post a comment