@extends('layouts.base') @section('title', '海报奖励记录') @section('content')
筛选
{!!tpl_form_field_daterange('time', array('starttime'=>date('Y-m-d H:i', ($timeStart ? $timeStart : strtotime('yesterday 0:00'))),'endtime'=>date('Y-m-d H:i', ($timeEnd ? $timeEnd : strtotime('today 0:00')))),true)!!}
奖励记录 (注册人数: {{$posterAwardsSum}})
"奖励记录"包括两部分的记录:
1.之前未关注公众号的用户,通过海报扫码关注并注册; 2.是之前已经关注但是未注册商城的用户,通过海报扫码注册
@foreach($posterAwards as $row) @endforeach
推荐人信息
(昵称/真实姓名/手机号)
推荐人奖励 扫码人信息
(昵称/真实姓名/手机号)
扫码人奖励 奖励时间
{{$row['recommender']['nickname']}} ({{$row['recommender']['realname']}}/{{$row['recommender']['mobile']}}) @if(!empty($row['recommender_credit'])) {{$row['recommender_credit']}} 个积分; @endif @if(!empty($row['recommender_bonus'])) {{$row['recommender_bonus']}} 元现金; @endif @if(!empty($row['recommender_coupon_num'])) 优惠券 (ID 为 {{$row['recommender_coupon_id']}}) 共 {{$row['recommender_coupon_num']}} 张. @endif {{$row['subscriber']['nickname']}} ({{$row['subscriber']['realname']}}/{{$row['subscriber']['mobile']}}) @if(!empty($row['subscriber_credit'])) {{$row['subscriber_credit']}} 个积分; @endif @if(!empty($row['subscriber_bonus'])) {{$row['subscriber_bonus']}} 元现金; @endif @if(!empty($row['subscriber_coupon_num'])) 优惠券 (ID 为 {{$row['subscriber_coupon_id']}}) 共 {{$row['subscriber_coupon_num']}} 张. @endif {{$row['created_at']}}
{!!$pager!!}
@endsection