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