Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / Static

  • This project
    • Loading...
  • Sign in
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's avatar dabai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

xx

parent cad4afe7
Show whitespace changes
Inline Side-by-side
Showing with 0 additions and 27 deletions
  • js/common2.js
js/common2.js
View file @ 05197d65
...@@ -174,33 +174,6 @@ function add0(m) { ...@@ -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 = [ var langList = [
{ {
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment