rk
19 小时以前 d5f6c5f68d64068e5c8f73e7d462684d52653908
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}