Commit 03dad652 by 冷斌

update

parent 43d1d5f1
......@@ -109,9 +109,9 @@ class LevelController extends AdminbaseController {
if($level_up==''){
$this->error('请填写等级经验上限');
}
if($colour==''){
$this->error('请填写昵称颜色');
}
// if($colour==''){
// $this->error('请填写昵称颜色');
// }
if($thumb==''){
$this->error('请上传图标');
}
......@@ -167,9 +167,9 @@ class LevelController extends AdminbaseController {
if($level_up==''){
$this->error('请填写等级经验上限');
}
if($colour==''){
$this->error('请填写昵称颜色');
}
// if($colour==''){
// $this->error('请填写昵称颜色');
// }
if($thumb==''){
$this->error('请上传图标');
}
......
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