From d8d8d3fc1542a5b533dd81e84e92f0da4af70cfc Mon Sep 17 00:00:00 2001 From: uedxwg <408303439@qq.com> Date: Mon, 21 Dec 2015 09:47:24 +0800 Subject: [PATCH] 'update' --- static/js/cart/chose-panel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/cart/chose-panel.js b/static/js/cart/chose-panel.js index 0785cce..42747dc 100644 --- a/static/js/cart/chose-panel.js +++ b/static/js/cart/chose-panel.js @@ -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() === '已售罄') { -- libgit2 0.24.0