Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -94,6 +94,10 @@ | ... | @@ -94,6 +94,10 @@ |
94 | setTimeout(function () { | 94 | setTimeout(function () { |
95 | window.location.href = "/user/pick/record"; //页面跳转 | 95 | window.location.href = "/user/pick/record"; //页面跳转 |
96 | }, 3 * 1000) | 96 | }, 3 * 1000) |
97 | + }else if(data.status === 'CLOSED') { | ||
98 | + layer.msg('二维码已失效,请重新扫码支付', {icon: '1'}); | ||
99 | + }else if(data.status === 'UNKNOWN') { | ||
100 | + layer.msg('付款失败,请重新扫码支付', {icon: '1'}); | ||
97 | } | 101 | } |
98 | }, | 102 | }, |
99 | error: function () { | 103 | error: function () { | ... | ... |
-
Please register or login to post a comment