Explorar el Código

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

wangchuanjin hace 1 año
padre
commit
e129a46e64
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(),