usermoneyRecord.blade.php 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. @extends('vip.layouts')
  2. @section('content')
  3. <script type="text/html" id="systemuser_ordertype">
  4. @{{ d.sysetem_user}}<br>
  5. @{{#if(d.trade_type==1){ }}
  6. {{ trans('status.money_details.trade_type')[1]}}
  7. @{{#} }}
  8. @{{#if(d.trade_type==2){ }}
  9. {{ trans('status.money_details.trade_type')[2]}}
  10. @{{#} }}
  11. @{{#if(d.trade_type==3){ }}
  12. {{ trans('status.money_details.trade_type')[3]}}
  13. @{{#} }}
  14. @{{#if(d.trade_type==4){ }}
  15. {{ trans('status.money_details.trade_type')[4]}}
  16. @{{#} }}
  17. @{{#if(d.trade_type==5){ }}
  18. @{{#if(d.status==1){ }}
  19. <font color="green">{{ trans('status.money_details.take_status')[1]}}</font>
  20. @{{#}else{ }}
  21. <font color="green">{{ trans('status.money_details.take_status')[2]}}</font>
  22. @{{#} }}
  23. @{{#} }}
  24. @{{#if(d.trade_type==6){ }}
  25. {{ trans('status.money_details.trade_type')[6]}}
  26. @{{#} }}
  27. @{{#if(d.trade_type==7){ }}
  28. {{ trans('status.money_details.trade_type')[7]}}
  29. @{{#} }}
  30. @{{#if(d.trade_type==8){ }}
  31. {{ trans('status.money_details.trade_type')[8]}}
  32. @{{#} }}
  33. @{{#if(d.trade_type==9){ }}
  34. {{ trans('status.money_details.trade_type')[9]}}
  35. @{{#} }}
  36. @{{#if(d.trade_type==10){ }}
  37. {{ trans('status.money_details.trade_type')[10]}}
  38. @{{#} }}
  39. @{{#if(d.trade_type==11){ }}
  40. {{ trans('status.money_details.trade_type')[11]}}
  41. @{{#} }}
  42. @{{#if(d.trade_type==12){ }}
  43. {{ trans('status.money_details.trade_type')[12]}}
  44. @{{#} }}
  45. @{{#if(d.trade_type==13){ }}
  46. {{ trans('status.money_details.trade_type')[13]}}
  47. @{{#} }}
  48. @{{#if(d.trade_type==14){ }}
  49. {{--{{ trans('status.money_details.trade_type')[14]}}--}}
  50. @{{#if(d.status==1){ }}
  51. <font>汇款(成功)</font>
  52. @{{#}else{ }}
  53. <font color="green">汇款(失败)</font>
  54. @{{#} }}
  55. @{{#} }}
  56. @{{#if(d.trade_type==15){ }}
  57. {{ trans('status.money_details.trade_type')[15]}}
  58. @{{#} }}
  59. </script>
  60. @include('vip.datatable')
  61. @endsection