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