zengh
2022-03-08 6cdc1842f06aeea31057dbcaa412ebfc34ae7eb2
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}