Commit 0bd3a153 by doszhang

dos

parents 9bf398ce cd919302
......@@ -55,7 +55,7 @@ class IndexController extends Controller
));
return;
$name = $_POST['name'];
if($this->utf8_strlen($name) > 5 || empty($name))
if($this->utf8_strlen($name) > 6 || empty($name))
{
$this->ajaxReturn(array(
'status' => 0,
......
body{margin:0;padding:0}.hide{display:none;}.page{width:32rem;height:61.9rem;position:relative;display:none;overflow:hidden;margin:0 auto;}.page-2054{display:block}input,textarea,img{border:0;top:0;left:0;width:100%;height:100%;margin:0;padding:0;}input,textarea{background:transparent;}input[type=file]{opacity:0;}.res-28150{position:absolute;left:7.05rem;top:20.45rem;width:18rem;height:18rem;}.res-28144{position:absolute;opacity:1;left:11.4rem;top:39.25rem;width:9.2rem;height:1.45rem;background: url(../images/5408_1583242424.png)left top no-repeat;background-size:100% 100%;}.res-28143{position:absolute;opacity:1;left:9.3rem;top:49.5rem;width:13.5rem;height:3.25rem;background: url(../images/5971_1583242424.png)left top no-repeat;background-size:100% 100%;}.res-28142{position:absolute;opacity:1;left:9.3rem;top:49.5rem;width:13.5rem;height:3.25rem;background: url(../images/6532_1583242424.png)left top no-repeat;background-size:100% 100%;}.res-28141{position:absolute;opacity:1;left:4.35rem;top:9rem;width:23.3rem;height:6.75rem;background: url(../images/8728_1583242424.png)left top no-repeat;background-size:100% 100%;}.res-28149{position:absolute;opacity:1;left:7.05rem;top:20.45rem;width:18rem;height:18rem;background: url(../images/782_1583247415.png)left top no-repeat;background-size:100% 100%;}.res-28140{position:absolute;opacity:1;left:6.4rem;top:45.25rem;width:19.3rem;height:2.1rem;background: url(../images/6793_1583242424.png)left top no-repeat;background-size:100% 100%;}.res-28138{position:absolute;opacity:1;left:0rem;top:0rem;width:32rem;height:61.9rem;background: url(../images/5796_1583242423.jpg)left top no-repeat;background-size:100% 100%;}
\ No newline at end of file
body{margin:0;padding:0}.hide{display:none;}.page{width:32rem;height:61.9rem;position:relative;display:none;overflow:hidden;margin:0 auto;}.page-2054{display:block}input,textarea,img{border:0;top:0;left:0;width:100%;height:100%;margin:0;padding:0;}input,textarea{background:transparent;}input[type=file]{opacity:0;}.res-28150{position:absolute;left:7.05rem;top:20.45rem;width:18rem;height:18rem;}.res-28144{position:absolute;opacity:1;left:11.4rem;top:39.25rem;width:9.2rem;height:1.45rem;background: url(../images/5408_1583242424.png)left top no-repeat;background-size:100% 100%;}.res-28143{position:absolute;opacity:1;left:9.3rem;top:49.5rem;width:13.5rem;height:3.25rem;background: url(../images/5971_1583242424.png)left top no-repeat;background-size:100% 100%;}.res-28142{position:absolute;opacity:1;left:9.3rem;top:49.5rem;width:13.5rem;height:3.25rem;background: url(../images/6532_1583242424.png)left top no-repeat;background-size:100% 100%;}.res-28141{position:absolute;opacity:1;left:4.35rem;top:9rem;width:23.5rem;height:6.75rem;background: url(../images/8728_1583242424.png)left top no-repeat;background-size:100% 100%;}.res-28149{position:absolute;opacity:1;left:7.05rem;top:20.45rem;width:18rem;height:18rem;background: url(../images/782_1583247415.png)left top no-repeat;background-size:100% 100%;}.res-28140{position:absolute;opacity:1;left:6.4rem;top:45.25rem;width:19.3rem;height:2.1rem;background: url(../images/6793_1583242424.png)left top no-repeat;background-size:100% 100%;}.res-28138{position:absolute;opacity:1;left:0rem;top:0rem;width:32rem;height:61.9rem;background: url(../images/5796_1583242423.jpg)left top no-repeat;background-size:100% 100%;}
\ No newline at end of file
......@@ -81,7 +81,7 @@ $(document).ready(function () {
return result.join('');
}
var maxLength = 10; // how many bytes you want
var maxLength = 12; // how many bytes you want
function onInput() {
if (getLength(this.value) > maxLength)
......
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 sign in to comment