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