1
wangxinhui
2024-12-30 5732962e2fe146d81273b4b02faaec87c05f0417
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}