nfc add customer fixed
This commit is contained in:
@@ -262,10 +262,7 @@
|
||||
$("#paypar_account_no").on('focus', function(e){
|
||||
if($(this).val() == ''){
|
||||
$("#sxModal").show();
|
||||
setTimeout(function(){
|
||||
getCardNo();
|
||||
$("#sxModal").hide();
|
||||
},100);
|
||||
getCardNo();
|
||||
}
|
||||
});
|
||||
|
||||
@@ -283,6 +280,7 @@
|
||||
|
||||
// get CardNo from Java
|
||||
function setCardNo(cardNo){
|
||||
$("#sxModal").hide();
|
||||
check_member = localStorage.getItem("member_card");
|
||||
if(cardNo.length == 16){
|
||||
if(check_member == "true"){
|
||||
|
||||
Reference in New Issue
Block a user