|
@@ -938,7 +938,7 @@ var _Dever_Share =
|
|
|
var project = this.project;
|
|
|
var uid = this.uid;
|
|
|
var wechat = this.wechat;
|
|
|
- var ua = encodeURIComponent(ua);
|
|
|
+ var ua = encodeURIComponent(navigator.userAgent);
|
|
|
var url = encodeURIComponent(document.location.href);
|
|
|
$.getJSON(this.url + 'collect?callback=?' + '&project='+project+'&url=' + url + '&actType=' + actType + '&actResult=' + actResult + '&ua=' + ua + '&uid=' + uid + '&type=' + wechat);
|
|
|
}
|