Showing
1 changed file
with
2 additions
and
1 deletions
@@ -38,7 +38,8 @@ $('#download').click(function() { | @@ -38,7 +38,8 @@ $('#download').click(function() { | ||
38 | } | 38 | } |
39 | 39 | ||
40 | // 上报 nginx 数据 | 40 | // 上报 nginx 数据 |
41 | - $.get('https://m.yohobuy.com/activitylog.json?download2'); | 41 | + $.get('//m.yohobuy.com/activitylog.json?download2', function() { |
42 | + }); | ||
42 | 43 | ||
43 | // 上报 yas 数据 | 44 | // 上报 yas 数据 |
44 | if (typeof _yas !=='undefined') { | 45 | if (typeof _yas !=='undefined') { |
-
Please register or login to post a comment