Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
OF1706
2017-02-06 17:19:51 +0800
Commit
e42bdb50fa3d50636c6939e3206169baaa9aeba2
1 parent
88bb650f
弹框alert关闭
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
public/js/cart/rdialog.js
public/js/cart/rdialog.js
View file @
e42bdb5
...
...
@@ -66,7 +66,6 @@ function RAlert(content, title) {
name
:
'确定'
,
cb
:
function
()
{
that
.
close
();
(
typeof
ok
===
'function'
)
&&
ok
();
}
}]
});
...
...
Please
register
or
login
to post a comment