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