From ecac3478604e5d1390eb3ddbd437466a33e39cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Fri, 19 Mar 2021 16:28:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E6=96=B9=E5=BC=8F=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/data/view/user_transfer/config.html | 19 +++++++++++++++++++ app/data/view/user_transfer/index.html | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/app/data/view/user_transfer/config.html b/app/data/view/user_transfer/config.html index fd1d57ce5..99dee01d7 100644 --- a/app/data/view/user_transfer/config.html +++ b/app/data/view/user_transfer/config.html @@ -7,6 +7,19 @@ .payment-type td .layui-form-switch { margin: 0 !important; } + + .transfer-image { + padding: 5px 10px 0 10px !important; + } + + .transfer-image .uploadimage { + width: 35px; + height: 35px; + } + + .transfer-image .uploadimage span.layui-icon { + display: none !important; + }
@@ -41,6 +54,7 @@ 提现转账方式 是否需要审核 + 图 标 单笔最小金额( 元 ) 单笔最大金额( 元 ) @@ -70,6 +84,11 @@ {php} $key = 'transfer['.$k.'][title]'; {/php} + + {php} $key = 'transfer['.$k.'][image]'; {/php} + + +