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
400d5c7d
authored
3 years ago
by
dabai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xx
parent
b2c24bd5
master
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
js/common2.js
js/common2.js
View file @
400d5c7d
...
@@ -173,6 +173,32 @@ function add0(m) {
...
@@ -173,6 +173,32 @@ function add0(m) {
return
m
<
10
?
'0'
+
m
+
""
:
m
+
""
return
m
<
10
?
'0'
+
m
+
""
:
m
+
""
}
}
function
layerOpen
(){
var
self
=
this
;
var
arg
=
arguments
;
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
=
[
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