diff --git a/static/js/project/listingItems/bond.js b/static/js/project/listingItems/bond.js index 52c0075..f173076 100644 --- a/static/js/project/listingItems/bond.js +++ b/static/js/project/listingItems/bond.js @@ -257,6 +257,9 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function tools.initTips('身份证号不可为空', 'right', $('#idCard')[0], 2000) return false; } + else{ + return true; + } // let array = [] // $('#cupload-3').find('input').each(function() { // if($(this).val()!=''){ @@ -268,9 +271,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function // tools.initTips('请上传相关凭证', 'right', $('#cupload-3')[0], 2000) // return false; // } - // else{ - // return true; - // } + } module.toTips = function(data){ console.log(data)