Showing
1 changed file
with
1 additions
and
1 deletions
@@ -78,7 +78,7 @@ if (consultFooterHammer) { | @@ -78,7 +78,7 @@ if (consultFooterHammer) { | ||
78 | 78 | ||
79 | if (gotoConsultHammer) { | 79 | if (gotoConsultHammer) { |
80 | gotoConsultHammer.on('tap', function() { | 80 | gotoConsultHammer.on('tap', function() { |
81 | - location.href = $(gotoConsultEle).data('href'); | 81 | + location.href = $(gotoConsultEle).find('a').attr('href'); |
82 | }); | 82 | }); |
83 | } | 83 | } |
84 | 84 |
-
Please register or login to post a comment