|
@@ -365,7 +365,7 @@ return array
|
|
|
'name' => '地区-用户自己选择',
|
|
|
'default' => '',
|
|
|
'desc' => '地区',
|
|
|
- 'match' => 'is_string',
|
|
|
+ 'match' => 'option',
|
|
|
'search' => 'linkage',
|
|
|
'update' => 'linkage',
|
|
|
'option' => Dever::url('api.get', 'area'),
|
|
@@ -441,6 +441,17 @@ return array
|
|
|
//'list' => true,
|
|
|
),
|
|
|
|
|
|
+ 'birthday' => array
|
|
|
+ (
|
|
|
+ 'type' => 'int-11',
|
|
|
+ 'name' => '生日',
|
|
|
+ 'default' => '',
|
|
|
+ 'match' => 'is_numeric',
|
|
|
+ 'desc' => '生日',
|
|
|
+ 'update' => 'time',
|
|
|
+ 'callback' => 'maketime',
|
|
|
+ ),
|
|
|
+
|
|
|
'login_date' => array
|
|
|
(
|
|
|
'type' => 'int-11',
|