This commit is contained in:
罗松柏 2022-05-23 18:08:34 +08:00
parent 1b130b2dfa
commit c93738c3c8
2 changed files with 18 additions and 18 deletions

18
web/src/x.min.js vendored
View File

@ -6241,14 +6241,14 @@ var X = window.X || {
//筛选 //筛选
$(document).off('click','.tab-right-box .tjsx').on("click",".tab-right-box .tjsx",function(){ $(document).off('click','.tab-right-box .tjsx').on("click",".tab-right-box .tjsx",function(){
X.open({ // X.open({
type: 1, // type: 1,
title: false, // title: false,
closeBtn: 0, // closeBtn: 0,
shadeClose: true, // shadeClose: true,
skin: 'yourclass', // skin: 'yourclass',
url: 'nodedetails' // url: 'nodedetails'
}) // })
// layer.msg('该功能暂未开放'); // layer.msg('该功能暂未开放');
// return; // return;
// X.open({ // X.open({
@ -6841,7 +6841,7 @@ var X = window.X || {
// for(let i in d.spaces){ // for(let i in d.spaces){
if(d.spaces[0]['children'].length > 0){ if(d.spaces[0]['children'].length > 0){
if(d.spaces[0]['authority'] == "rw" && d.spaces[0]['children'][0]['user_id'] == X.DATA['userinfo']['userid']){ if(d.spaces[0]['authority'] == "rw" || d.spaces[0]['children'][0]['user_id'] == X.DATA['userinfo']['userid']){
$(".baobiao").show(); $(".baobiao").show();
// continue; // continue;
}else{ }else{

View File

@ -194,14 +194,14 @@
//筛选 //筛选
$(document).off('click','.tab-right-box .tjsx').on("click",".tab-right-box .tjsx",function(){ $(document).off('click','.tab-right-box .tjsx').on("click",".tab-right-box .tjsx",function(){
X.open({ // X.open({
type: 1, // type: 1,
title: false, // title: false,
closeBtn: 0, // closeBtn: 0,
shadeClose: true, // shadeClose: true,
skin: 'yourclass', // skin: 'yourclass',
url: 'nodedetails' // url: 'nodedetails'
}) // })
// layer.msg('该功能暂未开放'); // layer.msg('该功能暂未开放');
// return; // return;
// X.open({ // X.open({
@ -794,7 +794,7 @@
// for(let i in d.spaces){ // for(let i in d.spaces){
if(d.spaces[0]['children'].length > 0){ if(d.spaces[0]['children'].length > 0){
if(d.spaces[0]['authority'] == "rw" && d.spaces[0]['children'][0]['user_id'] == X.DATA['userinfo']['userid']){ if(d.spaces[0]['authority'] == "rw" || d.spaces[0]['children'][0]['user_id'] == X.DATA['userinfo']['userid']){
$(".baobiao").show(); $(".baobiao").show();
// continue; // continue;
}else{ }else{