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