xiebin
2022-09-30 077cfbcc593be7272af7a8fcef8dcffd828283f4
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}