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
wenjiekong
2016-08-29 16:44:13 +0800
Commit
7c52d8fbef24cd1609b1dc46d60a0faad35ea4be
1 parent
019554c3
更新dialog和PHP的文件同步
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/common/dialog.js
public/js/common/dialog.js
View file @
7c52d8f
...
...
@@ -110,7 +110,7 @@ function Dialog(options) {
}
// 绑定按钮事件
if
(
!
opt
.
btns
)
{
if
(
opt
.
btns
)
{
for
(
i
=
0
;
i
<
opt
.
btns
.
length
;
i
++
)
{
bindBtnEvt
(
i
);
}
...
...
Please
register
or
login
to post a comment