Authored by 毕凯

登录地址修改

@@ -25,7 +25,7 @@ $('#brand-favor').on('click', function() { @@ -25,7 +25,7 @@ $('#brand-favor').on('click', function() {
25 $this.find('i').removeClass('coled'); 25 $this.find('i').removeClass('coled');
26 } 26 }
27 } else if (res.code === 403) { 27 } else if (res.code === 403) {
28 - location.href = '/signin.html?refer=' + encodeURIComponent(location.href); 28 + location.href = 'http://www.yohobuy.com/signin.html?refer=' + encodeURIComponent(location.href);
29 } 29 }
30 }); 30 });
31 }); 31 });
@@ -180,7 +180,7 @@ $goodInfoMain.on('click', '.col-btn', function() { @@ -180,7 +180,7 @@ $goodInfoMain.on('click', '.col-btn', function() {
180 if (res.code === 200) { 180 if (res.code === 200) {
181 $this.toggleClass('coled'); 181 $this.toggleClass('coled');
182 } else if (res.code === 403) { 182 } else if (res.code === 403) {
183 - location.href = '/signin.html?refer=' + encodeURIComponent(location.href); 183 + location.href = 'http://www.yohobuy.com/signin.html?refer=' + encodeURIComponent(location.href);
184 } 184 }
185 }); 185 });
186 }); 186 });