Skip to content

Commit

Permalink
fix:修复来源
Browse files Browse the repository at this point in the history
  • Loading branch information
shaobeichen committed Jun 25, 2018
1 parent f8b967a commit df67833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/bmob-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function getBrowserInfo() {
Bmob.initialize("d19fc452ebff91c7997a4ef3f3e7e7d8", "fee019e3f8acfb4ac43f9c22c4b74917");
var GameScore = Bmob.Object.extend("GameScore");
var gameScore = new GameScore();
gameScore.set("sourcePage", window.location.href);
gameScore.set("sourcePage", document.referrer);
gameScore.set("cip", returnCitySN["cip"]);
gameScore.set("cname", returnCitySN["cname"]);
gameScore.set("system", getBrowserInfo()[0]);
Expand Down

0 comments on commit df67833

Please sign in to comment.