Showing
1 changed file
with
1 additions
and
1 deletions
@@ -302,7 +302,7 @@ $yohoPage.on('touchstart', '#chose-btn-sure', function() { | @@ -302,7 +302,7 @@ $yohoPage.on('touchstart', '#chose-btn-sure', function() { | ||
302 | if (isNaN(num)) { | 302 | if (isNaN(num)) { |
303 | tip.show('您选择的数量不是一个数字~'); | 303 | tip.show('您选择的数量不是一个数字~'); |
304 | return; | 304 | return; |
305 | - }; | 305 | + } |
306 | 306 | ||
307 | //TODO status change | 307 | //TODO status change |
308 | if ($('#chose-btn-sure').html() === '已售罄') { | 308 | if ($('#chose-btn-sure').html() === '已售罄') { |
-
Please register or login to post a comment