| | |
| | | </div> |
| | | </div> |
| | | <div class="layui-form-item"> |
| | | <label class="layui-form-label febs-form-item-require">每日提现次数:</label> |
| | | <div class="layui-input-block"> |
| | | <input type="text" name="dailyWithdrawlCnt" data-th-id="${cashout.dailyWithdrawlCnt}" |
| | | lay-verify="required|integer" autocomplete="off" class="layui-input" > |
| | | </div> |
| | | </div> |
| | | <div class="layui-form-item"> |
| | | <label class="layui-form-label febs-form-item-require">每次提现手续费:</label> |
| | | <div class="layui-input-block"> |
| | | <input type="text" name="serviceFee" data-th-id="${cashout.serviceFee}" |
| | |
| | | "allCashOut": cashout.allCashOut, |
| | | "serviceFee": cashout.serviceFee, |
| | | "insideFee": cashout.insideFee, |
| | | "workingDays": cashout.workingDays |
| | | "workingDays": cashout.workingDays, |
| | | "dailyWithdrawlCnt": cashout.dailyWithdrawlCnt |
| | | }); |
| | | } |
| | | |