update
This commit is contained in:
parent
333a8a8ba4
commit
84dc9cc3b2
@ -2,7 +2,7 @@
|
|||||||
$user = SESS::get('EVENTUserInfo');
|
$user = SESS::get('EVENTUserInfo');
|
||||||
// if(isn($user))exit();
|
// if(isn($user))exit();
|
||||||
$user = json_decode($user, true);
|
$user = json_decode($user, true);
|
||||||
$user['name'] = "罗松柏";
|
// $user['name'] = "吴昊";
|
||||||
$canEdit = in_array($user['name'], $ROLES);
|
$canEdit = in_array($user['name'], $ROLES);
|
||||||
$isgxvrole ='1'; //in_array($user['name'], $GXVROLES); //更新信息查看区浏览权限
|
$isgxvrole ='1'; //in_array($user['name'], $GXVROLES); //更新信息查看区浏览权限
|
||||||
$isgxyyerole = in_array($user['name'], $GXYYEROLES);//更新运营中心编辑权限
|
$isgxyyerole = in_array($user['name'], $GXYYEROLES);//更新运营中心编辑权限
|
||||||
@ -219,7 +219,7 @@ if ($act == 'newevent') {
|
|||||||
<head>
|
<head>
|
||||||
<title>乐谷游戏管理系统</title>
|
<title>乐谷游戏管理系统</title>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta http-equiv="Pragma" content="no-cache">
|
<meta http-equiv="Pragma" content="no-cache">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<!-- basic styles -->
|
<!-- basic styles -->
|
||||||
<link href="assets/css/bootstrap.min.css" rel="stylesheet"/>
|
<link href="assets/css/bootstrap.min.css" rel="stylesheet"/>
|
||||||
@ -232,7 +232,7 @@ if ($act == 'newevent') {
|
|||||||
<link rel="stylesheet" href="assets/css/ace.min.css?_=1607684955"/>
|
<link rel="stylesheet" href="assets/css/ace.min.css?_=1607684955"/>
|
||||||
<link rel="stylesheet" href="assets/css/ace-rtl.min.css?_=1607684955"/>
|
<link rel="stylesheet" href="assets/css/ace-rtl.min.css?_=1607684955"/>
|
||||||
<link rel="stylesheet" href="assets/css/ace-skins.min.css?_=1607684955"/>
|
<link rel="stylesheet" href="assets/css/ace-skins.min.css?_=1607684955"/>
|
||||||
|
|
||||||
<!--[if lte IE 8]>
|
<!--[if lte IE 8]>
|
||||||
<link rel="stylesheet" href="assets/css/ace-ie.min.css"/>
|
<link rel="stylesheet" href="assets/css/ace-ie.min.css"/>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
@ -327,8 +327,8 @@ if ($act == 'newevent') {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="gamesbtn" style="padding:0 11px 15px 11px;">
|
<div id="gamesbtn" style="padding:0 11px 15px 11px;">
|
||||||
<!-- <?php if ($canEdit) { ?><a href="./?app=edit" class='btn btn-minier btn-pink'>编辑游戏</a><? } ?> -->
|
<?php if ($canEdit) { ?><a href="./?app=edit" class='btn btn-minier btn-pink'>编辑游戏</a><? } ?>
|
||||||
<a href="./?app=edit" class='btn btn-minier btn-pink'>编辑游戏</a>
|
<!-- <a href="./?app=edit" class='btn btn-minier btn-pink'>编辑游戏</a>-->
|
||||||
<button value='' onclick='onlyShowGame(this)' class='btn btn-minier btn-info'>显示全部</button>
|
<button value='' onclick='onlyShowGame(this)' class='btn btn-minier btn-info'>显示全部</button>
|
||||||
<?php
|
<?php
|
||||||
foreach ($GAMES as $g) {
|
foreach ($GAMES as $g) {
|
||||||
@ -956,7 +956,7 @@ if ($act == 'newevent') {
|
|||||||
<div class='fujianinfo'>
|
<div class='fujianinfo'>
|
||||||
<img src="./assets/images/xiazai.png"/ class='xiazaiimg'>
|
<img src="./assets/images/xiazai.png"/ class='xiazaiimg'>
|
||||||
<div id='cpfuinfo'>
|
<div id='cpfuinfo'>
|
||||||
<a href='{{= item.file}}' target="_blank">{{= item.name}}</a>
|
<a href='{{= window.location.href.split('?')[0]+item.file}}' target="_blank">{{= item.name}}</a>
|
||||||
</div>
|
</div>
|
||||||
<img src="./assets/images/x.png" class='ximg' onclick="deletefujian('{{= item.key}}')"/>
|
<img src="./assets/images/x.png" class='ximg' onclick="deletefujian('{{= item.key}}')"/>
|
||||||
</div>
|
</div>
|
||||||
@ -1853,7 +1853,7 @@ if ($act == 'newevent') {
|
|||||||
arryf = [];
|
arryf = [];
|
||||||
i = 0;
|
i = 0;
|
||||||
starts='';
|
starts='';
|
||||||
|
|
||||||
$('#yytext').val('')
|
$('#yytext').val('')
|
||||||
$('#cptext').val('')
|
$('#cptext').val('')
|
||||||
$('#yftext').val('')
|
$('#yftext').val('')
|
||||||
|
Loading…
Reference in New Issue
Block a user