Commit eaa95bd9 by doszhang

dos

parent 98130802
...@@ -72,6 +72,8 @@ $(document).ready(function () { ...@@ -72,6 +72,8 @@ $(document).ready(function () {
}) })
$('.again').on('click', function () { $('.again').on('click', function () {
$('.swiperBox,.L-arrow,.R-arrow,.make,.username,.upload').show(); $('.swiperBox,.L-arrow,.R-arrow,.make,.username,.upload').show();
$('.again,.saveTip').hide();
$('.inputTip').show();
$('.page').hide().filter('.page0').show(); $('.page').hide().filter('.page0').show();
}) })
$('.make').on('click', function () { $('.make').on('click', function () {
......
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