@@ -8,6 +8,16 @@ export function scanRepeat(){
}catch (e){
}
+/**
+ * 扫码失败
+ */
+export function scanErr(){
+ try {
+ // @ts-ignore
+ window.android.scanError()
+ }catch (e){
+ }
+}
/**
* 重新登录
*/