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
郝肖肖
8 years ago
Commit
9d23de16ca0c62f6cf9c9246e2ce7caf2eff9541
1 parent
c6e9e43a
传回的消息如果为空,则不提示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/plugin/tip.js
static/js/plugin/tip.js
View file @
9d23de1
...
...
@@ -31,7 +31,7 @@ var $tip, tipItime;
function
show
(
con
,
dur
)
{
var
content
,
duration
;
if
(
typeof
con
===
'undefined'
)
{
if
(
typeof
con
===
'undefined'
||
con
===
''
)
{
return
;
}
...
...
Please
register
or
login
to post a comment