Authored by uedxwg

'update'

... ... @@ -302,7 +302,7 @@ $yohoPage.on('touchstart', '#chose-btn-sure', function() {
if (isNaN(num)) {
tip.show('您选择的数量不是一个数字~');
return;
};
}
//TODO status change
if ($('#chose-btn-sure').html() === '已售罄') {
... ...