Merge remote-tracking branch 'origin/hotfix/point'
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -198,7 +198,7 @@ function reMarginFooter(fixedElement) { | @@ -198,7 +198,7 @@ function reMarginFooter(fixedElement) { | ||
198 | }(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')); |
199 | 199 | ||
200 | (function() { | 200 | (function() { |
201 | - var uid = getUid(); | 201 | + var uid = getUid() || queryString().uid; |
202 | 202 | ||
203 | uid = uid === 0 ? '' : uid; | 203 | uid = uid === 0 ? '' : uid; |
204 | 204 |
-
Please register or login to post a comment