Commit fdb44cd4 by 冷斌

update

parent 79a77ca1
......@@ -181,7 +181,7 @@ class ImpressionController extends AdminbaseController {
$colour=I("colour");
if($colour==''){
$this->error('请选择颜色');
// $this->error('请选择颜色');
}
......@@ -217,7 +217,7 @@ class ImpressionController extends AdminbaseController {
$colour=I("colour");
if($colour==''){
$this->error('请选择颜色');
// $this->error('请选择颜色');
}
$Live_class=M("impression_label2");
$Live_class->create();
......
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