change redeem payment process for dinga

This commit is contained in:
phyusin
2018-04-09 11:33:36 +06:30
parent b194cd6a28
commit 85b0378b6b
5 changed files with 106 additions and 70 deletions

View File

@@ -142,7 +142,7 @@ $(function() {
});
// QR Code Reader
$("#qr_code").on('click', function(e){
$("#qr_code").on('sclick', function(e){
var code = "";
setTimeout(function(){
code=getQRCode();
@@ -281,4 +281,8 @@ $(document).on('click',".customer_tr",function(){
return false;
});
$("#sxModal .btn_cancel").on('click',function(){
$("#sxModal").hide();
});
</script>