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