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