request->getQueryParam('activity_id');
$activity_id = $activity_id ? $activity_id : 0;
?>
会员编号:
会员昵称:
订单编号:
拼单状态:
商品名称:
查询
重置
{{scope.row.nickname}}
{{scope.row.username}}
用户id:{{scope.row.user_id}}
{{scope.row.order_sn ? scope.row.order_sn :'--'}}
{{statusArr[scope.row.status]? statusArr[scope.row.status] :'--'}}
{{attendTypeArr[scope.row.attend_type]? attendTypeArr[scope.row.attend_type] :'--'}}
{{scope.row.win_time|dateTimeFormat('Y-m-d H:i:s')}}
{{scope.row.created_at|dateTimeFormat('Y-m-d H:i:s')}}