Authored by uedxwg

'update'

@@ -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() === '已售罄') {