[新增地址管理模块]
This commit is contained in:
9
node_modules/uview-ui/libs/function/sys.js
generated
vendored
Normal file
9
node_modules/uview-ui/libs/function/sys.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export function os() {
|
||||
return uni.getSystemInfoSync().platform;
|
||||
};
|
||||
|
||||
export function sys() {
|
||||
return uni.getSystemInfoSync();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user