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 14:55:34 +0800
Commit
14de2395e62a639798318f1cc9027477c5c2f5b1
1 parent
74a28b3a
success msg
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 @
14de239
...
...
@@ -168,7 +168,7 @@ let question = {
}
}).
then
(
function
(
data
)
{
if
(
data
.
code
===
200
)
{
tipDg
.
show
(
'
提交成功,谢谢您的参与
!'
);
tipDg
.
show
(
'
调查问卷已成功提交,感谢您的帮助
!'
);
setTimeout
(
function
()
{
if
(
yoho
.
isApp
)
{
...
...
Please
register
or
login
to post a comment