1
This commit is contained in:
parent
1b130b2dfa
commit
c93738c3c8
18
web/src/x.min.js
vendored
18
web/src/x.min.js
vendored
@ -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{
|
||||||
|
@ -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{
|
||||||
|
Loading…
Reference in New Issue
Block a user