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