@extends('mobile.module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
累计获得
{{ $pointGet or 0 }}
累计消耗
{{ $pointPo or 0 }}
@if(Request::input('operate')=='') 获得 @else 消耗 @endif积分明细
@if($result->total()) @foreach($result as $key => $val)
{{ $val->created_at or '' }}
{{ $val->htype_cn or '' }}
@if($val->points) @if($val->operate==1)+ @else - @endif @else    @endif {{ $val->points or 0 }}
@endforeach @else
抱歉,没有符合条件的积分记录!
@endif
@endsection @section('script') @endsection