订单列表页 只有点击图片及标题区域才会跳转 code review by zhaobiao
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -183,7 +183,7 @@ orderHammer.on('tap', function(e) { | @@ -183,7 +183,7 @@ orderHammer.on('tap', function(e) { | ||
183 | } | 183 | } |
184 | }); | 184 | }); |
185 | }); | 185 | }); |
186 | - } else { | 186 | + } else if ($cur.closest('.order-goods').length > 0) { |
187 | 187 | ||
188 | //Location to order detail | 188 | //Location to order detail |
189 | url = $order.data('href'); | 189 | url = $order.data('href'); |
-
Please register or login to post a comment