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