Authored by TaoHuang

fix by huangtao

@@ -422,7 +422,6 @@ export default { @@ -422,7 +422,6 @@ export default {
422 }); 422 });
423 }, 423 },
424 onNumChange({ count, type }) { 424 onNumChange({ count, type }) {
425 - console.log(count, type, this.addNumError);  
426 if (type === 'add' && this.addNumError) { 425 if (type === 'add' && this.addNumError) {
427 return; 426 return;
428 } 427 }