Showing
1 changed file
with
1 additions
and
1 deletions
@@ -85,7 +85,7 @@ $shopCollect.on('click', function() { | @@ -85,7 +85,7 @@ $shopCollect.on('click', function() { | ||
85 | colloectAction(); | 85 | colloectAction(); |
86 | }); | 86 | }); |
87 | 87 | ||
88 | -if (window.cookie('needColloect') * 1 === 1) { | 88 | +if (window.cookie('needColloect') * 1 === 1 && window.getUid()) { |
89 | colloectAction(); | 89 | colloectAction(); |
90 | window.setCookie('needColloect', '', { | 90 | window.setCookie('needColloect', '', { |
91 | path: '/', | 91 | path: '/', |
-
Please register or login to post a comment