diff --git a/static/js/project/listingItems/bond.js b/static/js/project/listingItems/bond.js index 81dcf4f..52c0075 100644 --- a/static/js/project/listingItems/bond.js +++ b/static/js/project/listingItems/bond.js @@ -257,20 +257,20 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function tools.initTips('身份证号不可为空', 'right', $('#idCard')[0], 2000) return false; } - let array = [] - $('#cupload-3').find('input').each(function() { - if($(this).val()!=''){ - array.push($(this).val()) - } - }); - if(array.length<1){ - $('#cupload-3')[0].focus() - tools.initTips('请上传相关凭证', 'right', $('#cupload-3')[0], 2000) - return false; - } - else{ - return true; - } + // let array = [] + // $('#cupload-3').find('input').each(function() { + // if($(this).val()!=''){ + // array.push($(this).val()) + // } + // }); + // if(array.length<1){ + // $('#cupload-3')[0].focus() + // tools.initTips('请上传相关凭证', 'right', $('#cupload-3')[0], 2000) + // return false; + // } + // else{ + // return true; + // } } module.toTips = function(data){ console.log(data) diff --git a/view/listingItems/bond.html b/view/listingItems/bond.html index 7b1a716..22af729 100644 --- a/view/listingItems/bond.html +++ b/view/listingItems/bond.html @@ -201,7 +201,7 @@ - *上传相关凭证: + 上传相关凭证: