Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
2016-08-22 16:42:02 +0800
Commit
6c1b0d2845483cfa26eb77927648c9f3217338c2
1 parent
94d4d38f
set
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/me/setting.page.js
public/js/me/setting.page.js
View file @
6c1b0d2
...
...
@@ -189,7 +189,7 @@ $(function() {
if
(
len
===
2
)
{
new
_alert
(
'修改成功!'
).
show
();
}
else
{
new
_alert
(
data
[
1
].
message
).
show
();
new
_alert
(
data
[
0
].
message
).
show
();
}
}
});
...
...
Please
register
or
login
to post a comment