@extends('vip.layouts') @section('content')
~
@push('dataTableJS') $('.layui-table-page').after('
'+ '

当前成功从余额转出到游戏:{{ $in_money }},当前成功从游戏转入到余额:{{ $out_money }}

'+ '

当前总盈利金额:{{ $ap_money }}。(如果为正数,表示赢钱,如果为负数,则为输钱)

'+ '
'); @endpush @include('vip.datatable') @endsection