From bb34b1893909ac35b9c36c2a87f7127901965d58 Mon Sep 17 00:00:00 2001
From: zainali5120 <512061637@qq.com>
Date: Mon, 16 Nov 2020 21:16:34 +0800
Subject: [PATCH] Merge branches 'cpv-back' and 'roc-bak' of https://gitee.com/chonggaoxiao/new_excoin_manage into cpv-back
---
src/main/resources/templates/febs/views/modules/helpCenter/helpCenterUpdate.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterUpdate.html b/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterUpdate.html
index 2439535..3b6d7e7 100644
--- a/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterUpdate.html
+++ b/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterUpdate.html
@@ -28,7 +28,7 @@
<div class="layui-form-item">
<label class="layui-form-label febs-form-item-require">标题:</label>
<div class="layui-input-block">
- <input type="text" name="title" minlength="4" maxlength="10" data-th-id="${member.title}"
+ <input type="text" name="title" data-th-id="${member.title}"
lay-verify="range|title" autocomplete="off" class="layui-input" >
</div>
</div>
--
Gitblit v1.9.1