Commit b1dff796 by 冷斌

update

parent c439521e
......@@ -18,7 +18,7 @@
<div class="control-group">
<label class="control-label">靓号</label>
<div class="controls">
<input type="text" name="name" maxlength="6">
<input type="number" name="name" maxlength="6">
<span class="form-required">*</span> 最长6位
</div>
</div>
......@@ -39,4 +39,4 @@
<script src="__PUBLIC__/js/common.js"></script>
<script type="text/javascript" src="__PUBLIC__/js/content_addtop.js"></script>
</body>
</html>
\ No newline at end of file
</html>
......@@ -20,7 +20,7 @@
<div class="control-group">
<label class="control-label">靓号</label>
<div class="controls">
<input type="text" name="name" value="{$liang['name']}" maxlength="6">
<input type="number" name="name" value="{$liang['name']}" maxlength="6">
<span class="form-required">*</span> 最长6位
</div>
</div>
......@@ -41,4 +41,4 @@
<script src="__PUBLIC__/js/common.js"></script>
<script type="text/javascript" src="__PUBLIC__/js/content_addtop.js"></script>
</body>
</html>
\ No newline at end of file
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment