From df67833723824d36298cec23cfdec3d7c3f0d7ba Mon Sep 17 00:00:00 2001 From: leachzhou Date: Mon, 25 Jun 2018 14:36:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E6=9D=A5=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/bmob-info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/bmob-info.js b/static/bmob-info.js index 6e4ffd8..45f0d2a 100644 --- a/static/bmob-info.js +++ b/static/bmob-info.js @@ -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]);