Explorar o código

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

wangchuanjin hai 1 ano
pai
achega
e129a46e64
Modificáronse 1 ficheiros con 1 adicións e 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(),