Commit ca600513 by libai

测试

parent 2a087d69
Showing with 6 additions and 5 deletions
......@@ -1566,6 +1566,11 @@ $(function () {
$(".act-btn").unbind("click").on("click",function(){
var _self=$(this)
if(localStorage.token==undefined){
$(".login-box1 .login-title").text(langList[sessionStorage.lang].loginTitle2)
loginLayer()
return;
}
if(_self.attr("data-type2")==3){
layer.open({
type: 2,
......@@ -1578,11 +1583,7 @@ $(function () {
$(".layui-layer-shade").hide()
return
}
if(localStorage.token==undefined){
$(".login-box1 .login-title").text(langList[sessionStorage.lang].loginTitle2)
loginLayer()
return;
}
if(_self.attr("data-type2")==1){
layer.open({
......
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