diff --git a/static/js/product/shop.js b/static/js/product/shop.js
index 96ed7fa..45d81f5 100644
--- a/static/js/product/shop.js
+++ b/static/js/product/shop.js
@@ -902,7 +902,7 @@ function postCollect(info) {
                 }
             }
 
-            if (data.code === 401) {
+            if (data.code === 400) {
                 // url = 'http://m.yohobuy.com/signin.html?refer=' + encodeURIComponent(location.href) + '&openby:yohobuy=';
                 // url += JSON.stringify({"action": "go.weblogin", "params": { "jumpurl": { "url": 'http://m.yohobuy.com' + location.pathname, "param": info.data }, "requesturl": { "param": {}, "url": "" }, "priority": "N" } });
                 url = data.url;