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