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