Commit 62ded366 by doszhang

dos

parent 535fea13
...@@ -310,7 +310,7 @@ $(document).ready(function () { ...@@ -310,7 +310,7 @@ $(document).ready(function () {
//署名输入框聚焦判断有没有勾选同意 //署名输入框聚焦判断有没有勾选同意
$('.suggest-page input[name=signature]').on('touchstart', checkAgree); $('.suggest-page input[name=signature]').on('touchstart', checkAgree);
//同意点击 //同意点击
$('.suggest-page .agree').on('click', agreeSuggest); $('.suggest-page .agree-wrap').on('click', agreeSuggest);
//完成署名 //完成署名
$('.suggest-page .btn-next').on('click', showCountDownPage); $('.suggest-page .btn-next').on('click', showCountDownPage);
}); });
......
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