瀏覽代碼

报名

RongCheng
庞东旭 2 年之前
父節點
當前提交
776fb7370c
共有 1 個檔案被更改,包括 4 行新增3 行删除
  1. +4
    -3
      static/js/project/listingItems/bond.js

+ 4
- 3
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)


Loading…
取消
儲存