Authored by 周少峰

location protocol

... ... @@ -813,7 +813,7 @@ function actionCover() {
var containertop;
var length = '';
if (window.location.href === document.location.protocol + '://www.yohobuy.com/' &&
if (window.location.href === document.location.protocol + '//www.yohobuy.com/' &&
(typeof gender === 'undefined' || gender === '' || gender === null)) {
$.get('/guide', function(data) {
newMask = document.createElement('div');
... ...