소스 검색

开户行和卡号显示

master
sunfengxiang 3 년 전
부모
커밋
58364511cd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      static/js/project/listingItems/bond.js

+ 2
- 2
static/js/project/listingItems/bond.js 파일 보기

@@ -14,8 +14,8 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function
tools.doGet(friendsLinks, {}, module.bottomFriendsLinks, true);
document.getElementById('realName').value = tools.getCookie('userName');
document.getElementById('userNum').value = tools.getCookie('phone');
document.getElementById('userBank').value == null ? '': tools.getCookie('bankAddress');
document.getElementById('bankId').value == null ? '':tools.getCookie('bankCardNum');
document.getElementById('userBank').value = tools.getCookie('bankAddress');
document.getElementById('bankId').value = tools.getCookie('bankCardNum');
document.getElementById('idCard').value = tools.getCookie('idCardNum');
//项目基本信息
tools.doGet(outProject + '/id/'+getQueryVariable('id'), {}, module.outProjectInformation,true);


불러오는 중...
취소
저장