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
Plain Diff
Browse Files
Authored by
陈峰
2018-07-04 14:58:42 +0800
Commit
b8f11cf934f6a920511ede01a83e1087c620d600
2 parents
de53a92a
7093ddfe
Merge branch 'hotfix/questionnaire' into 'release/0704'
'fix' See merge request
!1456
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 @
b8f11cf
...
...
@@ -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