...
|
...
|
@@ -237,11 +237,11 @@ $yohoPage.on('touchstart', '.color-list .block', function() { |
|
|
curSizeIndex = index + 1;
|
|
|
|
|
|
// 特殊处理
|
|
|
if (-1 === curGoodNum) {
|
|
|
|
|
|
//index = $this.data('index') - 1;
|
|
|
|
|
|
}
|
|
|
//if (-1 === curGoodNum) {
|
|
|
//
|
|
|
// //index = $this.data('index') - 1;
|
|
|
//
|
|
|
//}
|
|
|
|
|
|
$curColorBlock = $this;
|
|
|
|
...
|
...
|
|