Commit 798e65fb by 冷斌

update

parent 3125d6c9
......@@ -524,7 +524,7 @@
function getLevelList(){
$key='level';
$level=getcaches($key);
if(!$level || true){
if(!$level){
$level=DI()->notorm->experlevel
->select("*")
->order("level_up asc")
......@@ -564,7 +564,7 @@
function getLevelAnchorList(){
$key='levelanchor';
$level=getcaches($key);
if(!$level || 1){
if(!$level){
$level=DI()->notorm->experlevel_anchor
->select("*")
->order("level_up asc")
......
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 to comment