|
@@ -182,8 +182,7 @@ function reMarginFooter(fixedElement) { |
|
@@ -182,8 +182,7 @@ function reMarginFooter(fixedElement) { |
182
|
$footer.removeClass('hide');
|
182
|
$footer.removeClass('hide');
|
183
|
}());
|
183
|
}());
|
184
|
|
184
|
|
185
|
-
|
|
|
186
|
-(function(w, d, s, j, f) { // eslint-disable-line
|
185
|
+(function(w, d, s, j, f) {
|
187
|
var a = d.createElement(s);
|
186
|
var a = d.createElement(s);
|
188
|
var m = d.getElementsByTagName(s)[0];
|
187
|
var m = d.getElementsByTagName(s)[0];
|
189
|
|
188
|
|
|
@@ -196,12 +195,7 @@ function reMarginFooter(fixedElement) { |
|
@@ -196,12 +195,7 @@ function reMarginFooter(fixedElement) { |
196
|
a.async = 1;
|
195
|
a.async = 1;
|
197
|
a.src = j;
|
196
|
a.src = j;
|
198
|
m.parentNode.insertBefore(a, m);
|
197
|
m.parentNode.insertBefore(a, m);
|
199
|
-<<<<<<< HEAD
|
|
|
200
|
-})(window, document, 'script', (document.location.protocol === 'https:' ? 'https' : 'http') + '://' + // eslint-disable-line
|
|
|
201
|
- 'cdn.yoho.cn/yas-jssdk/1.0.17/yas.js', '_yas'); // eslint-disable-line
|
|
|
202
|
-=======
|
|
|
203
|
})(window, document, 'script', (document.location.protocol === 'https:' ? 'https' : 'http') + '://cdn.yoho.cn/yas-jssdk/1.0.17/yas.js', '_yas');
|
198
|
})(window, document, 'script', (document.location.protocol === 'https:' ? 'https' : 'http') + '://cdn.yoho.cn/yas-jssdk/1.0.17/yas.js', '_yas');
|
204
|
->>>>>>> master
|
|
|
205
|
|
199
|
|
206
|
(function() {
|
200
|
(function() {
|
207
|
var uid = getUid();
|
201
|
var uid = getUid();
|