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