Comparing version 1.3.21 to 1.3.22
@@ -289,1 +289,22 @@ 'use strict' | ||
} | ||
export function baixinSuccess (opts) { | ||
ready().then(() => { | ||
if (browserEnv.isInAndroidApp()) { | ||
window.FengjrApp.baixinSuccess(JSON.stringify(opts)) | ||
} else if (browserEnv.isInIOSApp()) { | ||
window.FengjrApp.baixinSuccess(opts) | ||
} | ||
}) | ||
} | ||
export function baixinError (opts) { | ||
ready().then(() => { | ||
if (browserEnv.isInAndroidApp()) { | ||
window.FengjrApp.baixinError(JSON.stringify(opts)) | ||
} else if (browserEnv.isInIOSApp()) { | ||
window.FengjrApp.baixinError(opts) | ||
} | ||
}) | ||
} |
@@ -38,3 +38,3 @@ import React from 'react' | ||
</div> | ||
{isModal && <div className={styles.toast} onClick={cancelClick} />} | ||
{isModal && <div className={styles.toast}/>} | ||
{!isModal && <div className={styles.toast} onClick={this.closeAlert} />} | ||
@@ -41,0 +41,0 @@ </FixedContent> |
{ | ||
"name": "fengui", | ||
"version": "1.3.21", | ||
"version": "1.3.22", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
179178
2488
1