Commit 3cc1e9ac by doszhang

dos

parent 4fe859f5
...@@ -57,8 +57,14 @@ $(document).ready(function () { ...@@ -57,8 +57,14 @@ $(document).ready(function () {
window.scroll(0, 0); //失焦后强制让页面归位 window.scroll(0, 0); //失焦后强制让页面归位
}); });
// $('.logo').css('top',getTranslateDistance(15)); // $('.logo').css('top',getTranslateDistance(15));
$('.page1 .btn-next').on('click', showFlagPage);
}); });
function showFlagPage() {
$('.page1').hide();
$('.flag-page').show();
}
function getTranslateDistance(cardinal = 0) { function getTranslateDistance(cardinal = 0) {
......
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