Showing
2 changed files
with
1 additions
and
2 deletions
framework @ 75bbc3b0
@@ -28,7 +28,6 @@ $backBtn.attr('href', 'javascript:void(0);'); | @@ -28,7 +28,6 @@ $backBtn.attr('href', 'javascript:void(0);'); | ||
28 | 28 | ||
29 | // 自定义事件 | 29 | // 自定义事件 |
30 | $backBtn.on('touchend', function(e) { | 30 | $backBtn.on('touchend', function(e) { |
31 | - console.log(currentPage); | ||
32 | if (currentPage === 'edit') { | 31 | if (currentPage === 'edit') { |
33 | $pageWrap.hide(); | 32 | $pageWrap.hide(); |
34 | $pageWrap.first().show(); | 33 | $pageWrap.first().show(); |
-
Please register or login to post a comment