Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Rock Zhang
9 years ago
Commit
966949f33c1c7d939c7f3f3d0edf0fc73d56b3d8
1 parent
7f64fccf
修复删除我的消息错误时没有提示的bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
static/js/me/message.js
static/js/me/message.js
View file @
966949f
...
...
@@ -70,6 +70,12 @@ $page.on('touchstart', '.del', function() {
setTimeout
(
function
()
{
window
.
history
.
go
(
0
);
},
1200
);
}
else
{
dialog
.
showDialog
({
dialogText
:
data
.
message
,
autoHide
:
2000
,
fast
:
true
});
}
}
});
...
...
Please
register
or
login
to post a comment