在我的卡号码字段中,在键盘上我想显示带有图标的卡片类型。
对于即时通讯使用braintree ..请参阅下面的代码
braintree.setup(clientToken, "custom", {
id: "checkout",
onPaymentMethodReceived: function(obj){
console.log(obj.details.cardType);
}
});
使用上面的代码即时提交信用卡类型,我怎样才能让它在密钥上发生......
由于
答案 0 :(得分:0)