|
@@ -1742,7 +1742,7 @@ function afterPageInit () {
|
|
|
afterJyObjInit();
|
|
|
latlongitude();//记录用户经纬度
|
|
|
} catch (e) {}
|
|
|
- $post("/jyapp/free/afterPageLoadToCheck?t=" + new Date().getTime(), {
|
|
|
+ $.post("/jyapp/free/afterPageLoadToCheck?t=" + new Date().getTime(), {
|
|
|
sign: JyObj.getUserToken(),
|
|
|
rid: JyObj.getPushRid(),
|
|
|
oid: getOtherPushId(),
|