From 1b5bc3df795c5118c695420e2f4dad1ea0c8d1f7 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 21 Jul 2020 12:48:57 +0800 Subject: [PATCH] 20200721 代码提交 --- src/main/resources/templates/febs/views/modules/member/withdrawCoinAlone.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/member/withdrawCoinAlone.html b/src/main/resources/templates/febs/views/modules/member/withdrawCoinAlone.html index a6be74f..331e3fa 100644 --- a/src/main/resources/templates/febs/views/modules/member/withdrawCoinAlone.html +++ b/src/main/resources/templates/febs/views/modules/member/withdrawCoinAlone.html @@ -34,12 +34,12 @@ </div> </div> <div class="layui-inline"> - <label class="layui-form-label layui-form-label-sm">是否为测试账号</label> + <label class="layui-form-label layui-form-label-sm">账号类型</label> <div class="layui-input-inline"> <select name="isTest"> <option value=""></option> - <option value="1">是</option> - <option value="2">否</option> + <option value="1">正常账号</option> + <option value="2">测试账号</option> </select> </div> </div> -- Gitblit v1.9.1