Authored by 梁志锋

购物车尺码颜色选择

... ... @@ -65,10 +65,10 @@ function checkColorSizeNum() {
if (!hasChooseColor && !hasChooseSize) {
tip.show('请选择颜色和尺码~');
return false;
} else if (!hasChooseColor){
} else if (!hasChooseColor) {
tip.show('请选择颜色~');
return false;
} else if (!hasChooseSize){
} else if (!hasChooseSize) {
tip.show('请选择尺码~');
return false;
}
... ...