|
@@ -124,7 +124,7 @@ return array
|
|
|
'name' => '活动地址',
|
|
|
'default' => '',
|
|
|
'desc' => '活动地址',
|
|
|
- 'match' => 'is_string',
|
|
|
+ 'match' => 'option',
|
|
|
'update' => 'text',
|
|
|
// 'search' => 'fulltext',
|
|
|
// 'list' => true,
|
|
@@ -367,7 +367,7 @@ return array
|
|
|
'name' => '字段设置',
|
|
|
'default' => 'idcard',
|
|
|
'desc' => '字段设置',
|
|
|
- 'match' => 'is_string',
|
|
|
+ 'match' => 'option',
|
|
|
'update' => 'checkbox',
|
|
|
'option' => $col_set,
|
|
|
'tab' => 3,
|
|
@@ -392,7 +392,7 @@ return array
|
|
|
'name' => '分享内容-{member}代表分享人的名称,{active}代表活动名称,比如:您的好友{member},分享给你一个核销码,欢迎您参加:{active}活动名称,请点击链接填写资料认领',
|
|
|
'default' => '',
|
|
|
'desc' => '分享内容',
|
|
|
- 'match' => 'option',
|
|
|
+ 'match' => 'is_string',
|
|
|
'update' => 'textarea',
|
|
|
'tab' => 3,
|
|
|
),
|