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