Authored by 郭成尧

data-url

... ... @@ -533,5 +533,7 @@ $refundReaMask.on('touchend', function(event) {
$('.nav-tap').on('click', function(e) {
let $cur = $(e.target);
if ($cur.data('url')) {
location.replace($cur.data('url'));
}
});
... ...