Showing
2 changed files
with
2 additions
and
2 deletions
@@ -145,7 +145,7 @@ exports.initAndroid = function() { | @@ -145,7 +145,7 @@ exports.initAndroid = function() { | ||
145 | curItem = $(this); | 145 | curItem = $(this); |
146 | 146 | ||
147 | index = curItem.index(); | 147 | index = curItem.index(); |
148 | - thumbContainer.find('.thumb').removeClass('focus') | 148 | + thumbContainer.find('.thumb').removeClass('focus'); |
149 | curItem.addClass('focus'); | 149 | curItem.addClass('focus'); |
150 | arrowPosition(thumbContainer, index + 1); | 150 | arrowPosition(thumbContainer, index + 1); |
151 | 151 |
@@ -45,7 +45,7 @@ exports.init = function() { | @@ -45,7 +45,7 @@ exports.init = function() { | ||
45 | }, | 45 | }, |
46 | navInfo = { | 46 | navInfo = { |
47 | newest: { | 47 | newest: { |
48 | - direction: 1, //排序方向;NOTE:最新保持升序排序 | 48 | + direction: 0, //排序方向;NOTE:最新保持升序排序 |
49 | reload: false, //是否需要重新加载 | 49 | reload: false, //是否需要重新加载 |
50 | start: 1, | 50 | start: 1, |
51 | end: false, | 51 | end: false, |
-
Please register or login to post a comment