+
liuyg
2022-03-08 d4aa85f9eba5eb13ec004374c57664c8e986a59b
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}