...
|
...
|
@@ -5,10 +5,6 @@ |
|
|
*/
|
|
|
var $ = require('yoho.jquery');
|
|
|
|
|
|
require('./footer');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function cookie(name) {
|
|
|
var cookies = document.cookie,
|
...
|
...
|
@@ -116,7 +112,7 @@ function getShoppingKey() { |
|
|
|
|
|
uid = uid === 0 ? '' : uid;
|
|
|
|
|
|
window._ozuid = uid;//暴露ozuid
|
|
|
window._ozuid = uid; //暴露ozuid
|
|
|
|
|
|
if (window._yas) {
|
|
|
window._yas(1 * new Date(), '1.0.14', 'yohobuy_web', uid, '', '');
|
...
|
...
|
@@ -132,9 +128,5 @@ window.getUser = getUser; |
|
|
window.getUid = getUid;
|
|
|
|
|
|
window.getShoppingKey = getShoppingKey;
|
|
|
if($('.simple-header').hasClass('simple-header')){
|
|
|
require('./simple-header');
|
|
|
}else{
|
|
|
require('./header');
|
|
|
}
|
|
|
|
|
|
require('./footer'); |
|
|
\ No newline at end of file |
...
|
...
|
|