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