作者 郭宇鹏
1 个管道 的构建 失败 耗费 1 秒

'0041'

... ... @@ -28,7 +28,13 @@ class Treasured extends Model
'status_text',
'is_audit_text'
];
public function getQrCodeAttr($value,$data)
{
return this_url().$value;
}
public function getStatusList()
... ...
... ... @@ -90,6 +90,7 @@ class Treasured extends BaseApi
})
*/
public function addTreasured(){
dd($this->auth->avatar);
//1.验证用户权限
if ($this->auth->authlist == '' || $this->auth->authlist == ','){
$this->error('请您先实名认证');
... ...
... ... @@ -43,7 +43,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
{field: 'status', title: __('Status'), searchList: {"0":__('Status 0'),"1":__('Status 1'),"2":__('Status 2')}, formatter: Table.api.formatter.status},
{field: 'zan_num', title: __('Zan_num')},
{field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
// {field: 'qr_code', title: __('Qr_code'), operate: 'LIKE',formatter: Table.api.formatter.image},
{field: 'qr_code', title: __('Qr_code'), operate: 'LIKE',events: Table.api.events.image,formatter: Table.api.formatter.image},
// {field: 'qr_code_d', title: __('Qr_code_d'), operate: 'LIKE',formatter: Table.api.formatter.image},
{field: 'is_audit', title: __('Is_audit'), searchList: {"0":__('Is_audit 0'),"1":__('Is_audit 1'),"2":__('Is_audit 2')}, formatter: Table.api.formatter.normal},
{field: 'audit_message', title: __('Audit_message'), operate: 'LIKE'},
... ...