Selaa lähdekoodia

feat:微信端、h5屏蔽一些方法

wangchuanjin 1 vuosi sitten
vanhempi
commit
e129a46e64
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/jfw/modules/app/src/web/staticres/jyapp/js/common.js

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/js/common.js

@@ -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(),