@extends('vip.layouts') @section('content')
当页总投注金额:'+Math.floor(count_money*100)/100+' ,总投注金额:'+Math.floor(val.money*100)/100+' ,
'; str+='当页总派奖金额:'+Math.floor(count_prize_money*100)/100+' ,总派奖金额:'+Math.floor(val.prize_money*100)/100+' ,
'; str+='当页平台盈利金额:' if(count_profit<0){ str+=''+ Math.floor(-100*count_profit)/100+''; }else{ str+=''+ Math.floor(-100*count_profit)/100+''; } str+=',平台总盈利金额:'; if(val.get_money>0){ str+=''+ Math.floor(val.get_money*100)/100+'
'; }else{ str+=''+ Math.floor(val.get_money*100)/100+''; } $('#statistics').html(str); var height1=$('.layui-table-view').height(); var height2=$('#statistics').height(); $('.layui-table-view').css({height:(height1+height2)}); } }); } @endpush @include('vip.datatable') @endsection