|
@@ -11,7 +11,7 @@ use think\App;
|
|
use think\facade\Db;use think\facade\Validate;
|
|
use think\facade\Db;use think\facade\Validate;
|
|
|
|
|
|
class TagGood extends Base{
|
|
class TagGood extends Base{
|
|
- public $novalidate=['*'];
|
|
|
|
|
|
+// public $novalidate=['*'];
|
|
public function __construct(App $app) {parent::__construct($app);}
|
|
public function __construct(App $app) {parent::__construct($app);}
|
|
//新建标签
|
|
//新建标签
|
|
public function create(){
|
|
public function create(){
|