Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into fix/issue
Showing
3 changed files
with
11 additions
and
3 deletions
@@ -75,7 +75,9 @@ $('.cart-goods').on('touchstart', '.checkbox', function() { | @@ -75,7 +75,9 @@ $('.cart-goods').on('touchstart', '.checkbox', function() { | ||
75 | }, function() { | 75 | }, function() { |
76 | tip.show('网络异常'); | 76 | tip.show('网络异常'); |
77 | }); | 77 | }); |
78 | -}).on('touchstart', '.icon-del', function(e) { | 78 | +}); |
79 | + | ||
80 | +$('.icon-del').on('touchstart', function(e) { | ||
79 | var $this = $(this); | 81 | var $this = $(this); |
80 | 82 | ||
81 | e.stopPropagation(); | 83 | e.stopPropagation(); |
@@ -112,6 +114,7 @@ $('.cart-goods').on('touchstart', '.checkbox', function() { | @@ -112,6 +114,7 @@ $('.cart-goods').on('touchstart', '.checkbox', function() { | ||
112 | } | 114 | } |
113 | }, function() { | 115 | }, function() { |
114 | tip.show('网络异常'); | 116 | tip.show('网络异常'); |
117 | + window.location.reload(); | ||
115 | }); | 118 | }); |
116 | }); | 119 | }); |
117 | }); | 120 | }); |
@@ -13,10 +13,10 @@ | @@ -13,10 +13,10 @@ | ||
13 | <img class="thumb lazy" data-original="{{thumb}}"> | 13 | <img class="thumb lazy" data-original="{{thumb}}"> |
14 | </a> | 14 | </a> |
15 | {{#if isAdvanceBuy}} | 15 | {{#if isAdvanceBuy}} |
16 | - <p class="few-tag plus-tag">加价购</p> | 16 | + <p class="few-tag plus-tag"><span>加价购</span></p> |
17 | {{/if}} | 17 | {{/if}} |
18 | {{#if isGift}} | 18 | {{#if isGift}} |
19 | - <p class="few-tag gift-tag">赠品</p> | 19 | + <p class="few-tag gift-tag"><span>赠品</span></p> |
20 | {{/if}} | 20 | {{/if}} |
21 | 21 | ||
22 | <div class="deps show"> | 22 | <div class="deps show"> |
-
Please register or login to post a comment