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