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