Authored by yyq

删除打印信息

@@ -211,8 +211,6 @@ $refundTable.on('change', '.refund-reason', function() { @@ -211,8 +211,6 @@ $refundTable.on('change', '.refund-reason', function() {
211 var $this = $(this), 211 var $this = $(this),
212 num = $this.data('num') || 0; 212 num = $this.data('num') || 0;
213 213
214 - console.log(num);  
215 -  
216 if (num > 3) { 214 if (num > 3) {
217 new Alert('<h1>最多上传4张凭证</h1>').show(); 215 new Alert('<h1>最多上传4张凭证</h1>').show();
218 return; 216 return;