修改判断安卓方法
This commit is contained in:
@@ -6,9 +6,9 @@ export function openApp(url){
|
|||||||
export function isAndroid(){
|
export function isAndroid(){
|
||||||
const systemInfo = uni.getSystemInfoSync();
|
const systemInfo = uni.getSystemInfoSync();
|
||||||
const isA=systemInfo.platform === 'android'
|
const isA=systemInfo.platform === 'android'
|
||||||
isAndroid=()=>{
|
// isAndroid=()=>{
|
||||||
return isA
|
// return isA
|
||||||
}
|
// }
|
||||||
return isA
|
return isA
|
||||||
}
|
}
|
||||||
export function isIos(){
|
export function isIos(){
|
||||||
|
|||||||
Reference in New Issue
Block a user