Authored by Lynnic

fixed bugs in goods detail page

@@ -12,6 +12,7 @@ var likeHammer = new Hammer(document.getElementById('likeBtn')); @@ -12,6 +12,7 @@ var likeHammer = new Hammer(document.getElementById('likeBtn'));
12 likeHammer.on('tap', function(e) { 12 likeHammer.on('tap', function(e) {
13 var productId = $('#productId').val(), 13 var productId = $('#productId').val(),
14 opt; 14 opt;
  15 +
15 var $this = $(this); 16 var $this = $(this);
16 17
17 if ($this.hasClass('liked')) { 18 if ($this.hasClass('liked')) {
@@ -102,6 +102,7 @@ a { @@ -102,6 +102,7 @@ a {
102 color: #fff; 102 color: #fff;
103 font-size: 18px; 103 font-size: 18px;
104 border: none; 104 border: none;
  105 + z-index:2;
105 @include border-radius(10px); 106 @include border-radius(10px);
106 } 107 }
107 108