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