Commit 2d86dd79 by doszhang

dos

parent 2878d9a7
......@@ -278,7 +278,7 @@ $(document).ready(function () {
//署名输入框限制长度事件
$('.suggest-page input[name=signature]').on('input propertychange', inputLength);
//署名输入框聚焦判断有没有勾选同意
$('.suggest-page input[name=signature]').on('focus', checkAgree);
$('.suggest-page input[name=signature]').on('touchstart', checkAgree);
//同意点击
$('.suggest-page .agree').on('click', agreeSuggest);
});
......
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