Showing
1 changed file
with
5 additions
and
5 deletions
@@ -237,11 +237,11 @@ $yohoPage.on('touchstart', '.color-list .block', function() { | @@ -237,11 +237,11 @@ $yohoPage.on('touchstart', '.color-list .block', function() { | ||
237 | curSizeIndex = index + 1; | 237 | curSizeIndex = index + 1; |
238 | 238 | ||
239 | // 特殊处理 | 239 | // 特殊处理 |
240 | - if (-1 === curGoodNum) { | ||
241 | - | ||
242 | - //index = $this.data('index') - 1; | ||
243 | - | ||
244 | - } | 240 | + //if (-1 === curGoodNum) { |
241 | + // | ||
242 | + // //index = $this.data('index') - 1; | ||
243 | + // | ||
244 | + //} | ||
245 | 245 | ||
246 | $curColorBlock = $this; | 246 | $curColorBlock = $this; |
247 | 247 |
-
Please register or login to post a comment