From eda98a749ecc0a0385e158bc9d9ac1f3f98280bf Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Sun, 12 Jul 2020 17:03:37 +0800
Subject: [PATCH] 20200712 代码提交
---
src/main/resources/templates/febs/views/modules/member/withdrawCoin.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html b/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html
index 693271c..72e7f57 100644
--- a/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html
+++ b/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html
@@ -16,7 +16,7 @@
<label class="layui-form-label layui-form-label-sm">状态</label>
<div class="layui-input-inline">
<select name="statusOption">
- <option value=""></option>
+ <option value="0"></option>
<option value="1">等待审核</option>
<option value="2">同意</option>
<option value="3">拒绝</option>
--
Gitblit v1.9.1