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