wangxinhui
2025-06-05 17bca2d690f283ec110c0c327a8508ed8fba9d21
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}