test(KYC页): 测试图片上传方式
This commit is contained in:
parent
c865a8783a
commit
3f482aa23c
@ -1,3 +1,11 @@
|
|||||||
|
/**
|
||||||
|
* 检测是否为Android系统
|
||||||
|
* @returns {boolean}
|
||||||
|
*/
|
||||||
|
export function android() {
|
||||||
|
return /Android/.test(navigator.userAgent)
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 上传图片
|
* 上传图片
|
||||||
* @param {Function} renderFun 回调函数,接收APP传递的access参数
|
* @param {Function} renderFun 回调函数,接收APP传递的access参数
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user