zengh
2021-07-02 30b2fb57995cd618174376a25169c495f4e31e4f
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}