庞东旭 před 2 roky
rodič
revize
776fb7370c
1 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. +4
    -3
      static/js/project/listingItems/bond.js

+ 4
- 3
static/js/project/listingItems/bond.js Zobrazit soubor

@@ -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)


Načítá se…
Zrušit
Uložit