From e206cf0fed4a36f4a36e55a048b4b4057823305a Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 09 Jul 2020 16:57:17 +0800 Subject: [PATCH] 20200709 代码提交 --- 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 72e7f57..693271c 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="0"></option> + <option value=""></option> <option value="1">等待审核</option> <option value="2">同意</option> <option value="3">拒绝</option> -- Gitblit v1.9.1