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
郝肖肖
2018-07-04 14:55:28 +0800
Commit
7093ddfefa5f6134fcac9a5ff4fe6657f593874b
1 parent
37a856a0
'fix'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
public/js/3party/question-detail.page.js
public/js/3party/question-detail.page.js
View file @
7093ddf
...
...
@@ -230,6 +230,8 @@ let question = {
url
:
'/3party/questionnaire/submit'
,
data
:
params
}).
then
(
function
(
data
)
{
validate
.
type
===
2
&&
validate
.
refresh
();
if
(
data
.
code
===
200
||
data
.
code
===
206
)
{
let
tip
=
'调查问卷已成功提交,感谢您的帮助!'
;
...
...
Please
register
or
login
to post a comment