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