Comparing version 0.0.31 to 0.0.32
@@ -214,4 +214,2 @@ (function (global, factory) { | ||
function initJwebview() { | ||
console.log(this); | ||
if (!this.isApp) return console.warn('【XFB-SDK】Jwebview 在错误的环境下被调用') | ||
let scriptEle = document.createElement('script'); | ||
@@ -223,6 +221,2 @@ scriptEle.type = 'text/javascript'; | ||
var jwebview = { | ||
initJwebview, | ||
}; | ||
const ShareIconUrl = 'https://img2.xfb315.com/2023-05/logo.jpg'; | ||
@@ -402,3 +396,3 @@ | ||
if (platform.isApp) { | ||
jwebview.initJwebview(); | ||
initJwebview(); | ||
} | ||
@@ -405,0 +399,0 @@ |
{ | ||
"name": "xfb-sdk", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"author": "wangfei", | ||
@@ -5,0 +5,0 @@ "description": "", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11741
355