diff --git a/application/index/view/wap.payjs.html b/application/index/view/wap.payjs.html index ebc83f36d..c6c9423de 100644 --- a/application/index/view/wap.payjs.html +++ b/application/index/view/wap.payjs.html @@ -46,7 +46,7 @@ }); }); $('body').on('click', '[type="button"]', function () { - $.get('{:url("payqrc")}', {'action': 'reset'}, function () { + $.get('{:url("payjs")}', {'action': 'reset'}, function () { window.location.reload(); }); });