【平安银行信用卡】网友提问:
想知道自已信用评级到时是几分,可到深发展这里试下
https://newebank.sdb.com.cn/sdb/banking/ccard/ccardAppJudge.jsp
卡友回复:
对于观点:
其实很简单:已婚,户口,房产加分较多。
只不知深发这样作会不会增加风险?
卡友回复:
加上大龄女性。
这倒没发现
卡友回复:
对于观点:加上大龄女性。
只发现男性过了45岁分数反而会少。唉,原来男人老了也不值钱啊…………
卡友回复:
<script language="JavaScript" src="/sdb/banking/jslib/common.js"></script>
<script language="JavaScript" type="text/JavaScript">
function getPoint(){
var Point = 0
var PrWage=revertMoney2(document.TransferForm.Pr_Wage.value,false)
if(PrWage>=10000){
Point=Point+25
}else if(PrWage>=5000 & PrWage<10000){
Point = Point+20
}else if(PrWage>=3000 & PrWage<5000){
Point = Point +15
}else if (PrWage>=1000 & PrWage<3000){
Point = Point + 5
}
var PrBusiness=null
if (document.TransferForm.Pr_Business[0].checked==true){
PrHouse = document.TransferForm.Pr_House[0].value
}else if (document.TransferForm.Pr_Business[1].checked==true){
PrHouse = document.TransferForm.Pr_House[1].value
}else if (document.TransferForm.Pr_Business[2].checked==true){
PrHouse = document.TransferForm.Pr_House[2].value
}else if (document.TransferForm.Pr_Business[3].checked==true){
PrHouse = document.TransferForm.Pr_Business[3].value
}else if (document.TransferForm.Pr_Business[4].checked==true){
PrHouse = document.TransferForm.Pr_Business[4].value
}
if(PrBusiness=="PrBu_1"){
Point = Point+15
}else if(PrBusiness=="PrBu_2"){
Point = Point+10
}else if(PrBusiness=="PrBu_3"){
Point = Point+5
}else if(PrBusiness=="PrBu_4"){
Point = Point+3
}
var PrHouse=null
if (document.TransferForm.Pr_House[0].checked==true){
PrHouse = document.TransferForm.Pr_House[0].value
}else if (document.TransferForm.Pr_House[1].checked==true){
PrHouse = document.TransferForm.Pr_House[1].value
}else if (document.TransferForm.Pr_House[2].checked==true){
PrHouse = document.TransferForm.Pr_House[2].value
}else if (document.TransferForm.Pr_House[3].checked==true){
PrHouse = document.TransferForm.Pr_House[3].value
}else if (document.TransferForm.Pr_House[4].checked==true){
PrHouse = document.TransferForm.Pr_House[4].value
}
if(PrHouse=="PrHu_1"){
Point = Point+20
}else if(PrHouse=="PrHu_2"){
Point = Point+15
}else if(PrHouse=="PrHu_3"){
Point = Point+10
}else if(PrHouse=="PrHu_4"){
Point = Point+5
}
var PrWork=null
if (document.TransferForm.Pr_Work[0].checked==true){
PrWork = document.TransferForm.Pr_Work[0].value
}else if (document.TransferForm.Pr_Work[1].checked==true){
PrWork = document.TransferForm.Pr_Work[1].value
}else if (document.TransferForm.Pr_Work[2].checked==true){
PrWork = document.TransferForm.Pr_Work[2].value
}else if (document.TransferForm.Pr_Work[3].checked==true){
PrWork = document.TransferForm.Pr_Work[3].value
}else if (document.TransferForm.Pr_Work[4].checked==true){
PrWork = document.TransferForm.Pr_Work[4].value
}
if(PrWork=="PrWr_1"){
Point = Point+15
}else if(PrWork=="PrWr_2"){
Point = Point+10
}else if(PrWork=="PrWr_3"){
Point = Point+5
}else if(PrWork=="PrWr_4"){
Point = Point+3
}
var PrMarry=null
if (document.TransferForm.Pr_Marry[0].checked==true){
PrMarry = document.TransferForm.Pr_Marry[0].value
}else if (document.TransferForm.Pr_Marry[1].checked==true){
PrMarry = document.TransferForm.Pr_Marry[1].value
}
if(PrMarry=="PrMr_1"){
Point = Point+5
}
var PrSex =null
if (document.TransferForm.Pr_Sex[0].checked==true){
PrSex = document.TransferForm.Pr_Sex[0].value
}else if (document.TransferForm.Pr_Sex[1].checked==true){
PrSex = document.TransferForm.Pr_Sex[1].value
}
if(PrSex=="PrSex_1"){
Point = Point+2
}
var PrWorkYear=document.TransferForm.Pr_WorkYear.value
for(i=0;i<PrWorkYear.length;i++) {
charValue = PrWorkYear.charAt(i);
if(isNaN(parseInt(charValue,10))&&(charValue!=".")&&(charValue!=",")) {
document.TransferForm.Pr_WorkYear.focus()
document.TransferForm.Pr_WorkYear.select()
alert(PrWorkYear+" 非法数字")
return
}
}
if(PrWorkYear>=10){
Point=Point+5
}else if(PrWorkYear>=5& PrWorkYear<10){
Point = Point+3
}else if(PrWorkYear>=1 & PrWorkYear<5){
Point = Point +2
}
var PrOld=null
if (document.TransferForm.Pr_Old[0].checked==true){
PrOld = document.TransferForm.Pr_Old[0].value
}else if (document.TransferForm.Pr_Old[1].checked==true){
PrOld = document.TransferForm.Pr_Old[1].value
}else if (document.TransferForm.Pr_Old[2].checked==true){
PrOld = document.TransferForm.Pr_Old[2].value
}else if (document.TransferForm.Pr_Old[3].checked==true){
PrOld = document.TransferForm.Pr_Old[3].value
}else if (document.TransferForm.Pr_Old[4].checked==true){
PrOld = document.TransferForm.Pr_Old[4].value
}
if(PrOld=="PrOld_1"){
Point = Point+3
}else if(PrOld=="PrOld_2"){
Point = Point+4
}else if(PrOld=="PrOld_3"){
Point = Point+5
}else if(PrOld=="PrOld_4"){
Point = Point+4
}
var PrAddress=null
if (document.TransferForm.Pr_Address[0].checked==true){
PrAddress = document.TransferForm.Pr_Address[0].value
}else if (document.TransferForm.Pr_Address[1].checked==true){
PrAddress = document.TransferForm.Pr_Address[1].value
}
if(PrAddress=="PrAdd_1"){
Point = Point+8
}
var PrEduLevel =null
if (document.TransferForm.Pr_EduLevel[0].checked==true){
PrEduLevel = document.TransferForm.Pr_EduLevel[0].value
}else if (document.TransferForm.Pr_EduLevel[1].checked==true){
PrEduLevel = document.TransferForm.Pr_EduLevel[1].value
}else if (document.TransferForm.Pr_EduLevel[2].checked==true){
PrEduLevel = document.TransferForm.Pr_EduLevel[2].value
}else if (document.TransferForm.Pr_EduLevel[3].checked==true){
PrEduLevel = document.TransferForm.Pr_EduLevel[3].value
}
if(PrEduLevel=="PrEdu_1"){
Point = Point+5
}else if(PrEduLevel=="PrEdu_2"){
Point = Point+4
}else if(PrEduLevel=="PrEdu_3"){
Point = Point+1
}
var cardType
if(Point>=80){
cardType=",可申请人民币金卡、国际卡金卡"
}else if(Point>=60){
cardType=",可申请人民币普通卡、国际卡普通卡"
}else if(Point>=50){
cardType=",可申请人民币普通卡"
}else{
cardType=" "
}
alert("你的得分是"+Point+"分"+cardType)
}
</script>
厉害!
卡友回复:
对于观点:<script language="JavaScript" src="/sdb/banking/jslib/common.js"></script>
<script language="JavaScript" type="text/JavaScript">
function ...
源代码出来了,那判断逻辑一下子就清楚了。
可很多人看不懂J**A,能不能用语言描述一下呢?
我47分
卡友回复:
我47分哦
卡友回复:
对于观点:源代码出来了,那判断逻辑一下子就清楚了。
可很多人看不懂J**A,能不能用语言描述一下呢?
选项与得分,根据原来评估表的顺序,
薪水:
>=10000 25
5000-10000 20
3000-5000 15
1000-3000 5
职务
15
10
5
3
住宅
20
15
10
5
职业
15
10
5
3
已婚 5
女 2
工龄
>=10 5
5-10 3
1-5 2
年龄
3
4
5
4
户口在本地8
学历
5
4
1
卡友回复:
我知道工行为何国际卡给我1000RMB+100$的额度了..哎.原来我只有47分啊.
谢谢!
卡友回复:
对于观点:选项与得分,根据原来评估表的顺序,
薪水:
>=10000 25
5000-10000 20
3000-5000 15
1000-3000 5
职务
15
10
5
3
住宅
20
15
10
5
职业
15
10
5
3
已婚 5
女...
很有参考价值的嘛。至少死也死个明白了。:lol::lol::lol:
卡友回复:
对于观点:我知道工行为何国际卡给我1000RMB+100$的额度了..哎.原来我只有47分啊.
我觉得各个银行的标准可能有一些差别,毕竟定位的客户不一样,而且各个因素的权重不一样!
你能办国际卡已经不错了,我还没有呢。
多少分才能申请到?我43分
卡友回复:
请问!
卡友回复:
对于观点:请问!
50分。
卡友回复:
我居然得80分,有没有搞错。读书时怎么也得不了这么高的分数:)
我71分!
卡友回复:
对于观点:我居然得80分,有没有搞错。读书时怎么也得不了这么高的分数:)
男人久不见爱妻,始觉小姑美!
恭喜
卡友回复:
你们一定是本地户口,再加上自己的房子了。银行的优质客户!
呵呵,对得好工整!
卡友回复:
对于观点:男人久不见爱妻,始觉小姑美!
只是小姑好象是对丈夫妹妹的称呼。这样用不妥吧,哈哈。
是我搞错了,改一下!
卡友回复:
对于观点:只是小姑好象是对丈夫妹妹的称呼。这样用不妥吧,哈哈。
男人久不见爱妻,始觉小姨美。
我39分,HOOHOO。。。
卡友回复:
但你拿到了招行的金卡!
卡友回复:
对于观点:
我现在也搞不清楚了。晕!