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