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