|
|
- <td>{{$userInfo->GameID}} {{$userInfo->vip}} @if($data['refund_flag'] || $data['refund_total']) <b style="color:red;">退款({{round($data['refund_flag']/100, 2)}}/{{round($data['refund_total']/100, 2)}})</b> @endif @if(!empty($data['ip_risk'])) <b style="color:orange;">IP风险用户({{$data['ip_risk']}})</b> @endif</td>
|
|
|
|
|
|
|
+ <td>{{$userInfo->GameID}} vip{{$userInfo->vip}} @if($data['refund_flag'] || $data['refund_total']) <b style="color:red;">退款({{round($data['refund_flag']/100, 2)}}/{{round($data['refund_total']/100, 2)}})</b> @endif @if(!empty($data['ip_risk'])) <b style="color:orange;">IP风险用户({{$data['ip_risk']}})</b> @endif</td>
|