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