Commit 053a6de7 by doszhang

dos

parent 19d0805d
......@@ -65,8 +65,22 @@ $(document).ready(function () {
window.scroll(0, 0); //失焦后强制让页面归位
});
$('.page1 .btn-next').on('click', toPage2);
$('.page2 .btn-next').on('click', toPage3);
});
function toPage2() {
$('.page1').hide();
$('.page2').show();
}
function toPage3() {
$('.page2').hide();
$('.page3').show();
}
function deepClone(obj) {
var objClone = new Particle
......
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