rk
4 天以前 4a7c8d6ac4d2c38ac0c0145a54ab07b7ad5615f3
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}