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