master
parent
725c90ee30
commit
f788122ecf
Binary file not shown.
|
After Width: | Height: | Size: 165 KiB |
|
|
@ -309,7 +309,10 @@ layui.use(["element", "form", "layer", "okUtils", "okTab", "okLayer", "okContext
|
|||
layer.tab({
|
||||
area: ["auto", "370px"],
|
||||
tab: [{
|
||||
title: "QQ群4",
|
||||
title: "QQ群5",
|
||||
content: "<img src='images/qq5.png' width='200' height='300' style='margin: 0 auto; display: block;'/>"
|
||||
},{
|
||||
title: "QQ群4(已满)",
|
||||
content: "<img src='images/qq4.png' width='200' height='300' style='margin: 0 auto; display: block;'/>"
|
||||
}, {
|
||||
title: "QQ群3(已满)",
|
||||
|
|
@ -362,7 +365,7 @@ layui.use(["element", "form", "layer", "okUtils", "okTab", "okLayer", "okContext
|
|||
function lockShowInit(okUtils) {
|
||||
let localLock = okUtils.local("isLock");
|
||||
$("#lockPassword").val("");
|
||||
if(!localLock){
|
||||
if (!localLock) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue