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