绿满眶商城微信小程序-uniapp
zhanghua
2025-06-09 7ee6309073fdc9fd38979accabb733cee42cefaa
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}