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