...
|
...
|
@@ -198,7 +198,7 @@ function reMarginFooter(fixedElement) { |
|
|
}(window, document, 'script', (document.location.protocol === 'https:' ? 'https' : 'http') + '://cdn.yoho.cn/yas-jssdk/1.0.17/yas.js', '_yas'));
|
|
|
|
|
|
(function() {
|
|
|
var uid = getUid();
|
|
|
var uid = getUid() || queryString().uid;
|
|
|
|
|
|
uid = uid === 0 ? '' : uid;
|
|
|
|
...
|
...
|
|