membership update

This commit is contained in:
Yan
2017-07-24 19:24:43 +06:30
parent 8db4a8cc05
commit bf9b977cd0
9 changed files with 60 additions and 38 deletions

View File

@@ -131,10 +131,12 @@
$("#paypar_account_no").on('focus', function(e){
var cardNo = "";
$("#sxModal").show();
setTimeout(function(){
getCardNo();
$("#sxModal").hide();
},100);
if($(this).val() == ''){
setTimeout(function(){
getCardNo();
$("#sxModal").hide();
},100);
}
});
});