@extends('vip.layouts') @section('seo_title') {{ trans('menu.Rechargedrawals') }} @endsection @section('content')
提交 重置 @if(checkRriv('/admin/refund/index'))红包退还@endif
@push('dataTableJS') // $('.lay-btn-diy').on('click', function(){ var type = $(this).data('type'); var lm_order_id = $(this).data('lm_order_id'); // active[type] ? active[type].call(this) : ''; // }); //重置表单 $('.reset').on('click',function(){ $('input').val(''); $('#name').val(''); // var type = $(this).data('type'); // active[type] ? active[type].call(this) : ''; }); //刷新表单 $('.set').on('click',function(){ // var type = $(this).data('type'); // active[type] ? active[type].call(this) : ''; }); @endpush @include('vip.datatable') @endsection