1、修复bug
2、后台栏目分模型划分 3、前台增加微信开发用户登录功能
This commit is contained in:
@@ -15,7 +15,7 @@ namespace app\common\model;
|
||||
class Category extends Base{
|
||||
|
||||
protected $name = "Category";
|
||||
protected $auto = array('update_time', 'icon'=>1, 'status'=>1);
|
||||
protected $auto = array('update_time', 'status'=>1);
|
||||
|
||||
protected $type = array(
|
||||
'icon' => 'integer',
|
||||
|
||||
Reference in New Issue
Block a user