浏览代码

开户行和卡号显示

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


正在加载...
取消
保存