Authored by 郭成尧

data-url

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