Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
Static
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
05197d65
authored
3 years ago
by
dabai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xx
parent
cad4afe7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
27 deletions
js/common2.js
js/common2.js
View file @
05197d65
...
...
@@ -174,33 +174,6 @@ function add0(m) {
}
function
layerOpen
(){
var
self
=
this
;
var
arg
=
arguments
;
if
(
!
self
[
'flag'
+
arg
[
1
]])
return
;
self
[
'flag'
+
arg
[
1
]]
=
false
;
layer
.
open
({
type
:
1
,
title
:
false
,
shadeClose
:
true
,
shade
:
.
65
,
area
:
[
'10rem'
,
''
],
closeBtn
:
0
,
content
:
$
(
'.'
+
arg
[
0
]),
end
:
function
()
{
if
(
arg
[
1
]
==
undefined
){
flag1
=
true
;
}
else
{
self
[
'flag'
+
arg
[
1
]]
=
true
;
}
if
(
arg
.
length
>
2
&&
typeof
arg
[
2
]
==
'function'
){
arg
[
2
].
apply
(
self
,
arg
);
}
}
})
}
//多語言
var
langList
=
[
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment