@include('tabs', ['tabKey' => 'mp'])
增加二维码
@if($type == 'list') @foreach($data as $vo) @endforeach @endif @if($type == 'statistics') @foreach($data as $vo) @endforeach @endif @if($type == 'friend') @foreach($data as $vo) @endforeach @endif
二维码 场景名称 对应关键字 类型 到期时间 链接 操作
{{$vo['scene_name']}} {{$vo['keyword']}} @if($vo['qr_type'] == 0) 临时 @else 永久 @endif @if($vo['qr_type'] == 0) @datetime($vo['create_time']) @else 长期有效 @endif {{$vo['url']}} 删除 查看
二维码 场景名称 触发关键字 类型 被扫总数 粉丝增加 操作
{{$vo['scene_name']}} {{$vo['keyword']}} @if($vo['qr_type'] == 0) 临时 @else 永久 @endif {{$vo['scan_count']}} {{$vo['gz_count']}} 查看增加粉丝
场景 ID 呢称 头像 扫码次数 扫码时间
{$vo['scene_id']} {$vo['nickname']} {$vo['scan_count']} {{date('Y-m-d H:i', $vo['create_time'])}}