Authored by biao

sync to remote

@@ -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