rk
昨天 988532c1e3e18da8120a034e2a843d50eba14f42
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}