liuyg
2022-02-23 96a0c62149b6b2b6eaa72eb4d5af3025eded7827
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}