From 58364511cd905fa59e7e31e0e50fbbfe3c31ba23 Mon Sep 17 00:00:00 2001 From: sunfengxiang Date: Sat, 18 Sep 2021 11:56:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E6=88=B7=E8=A1=8C=E5=92=8C=E5=8D=A1?= =?UTF-8?q?=E5=8F=B7=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/project/listingItems/bond.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/project/listingItems/bond.js b/static/js/project/listingItems/bond.js index c53d1df..5928c11 100644 --- a/static/js/project/listingItems/bond.js +++ b/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);