yxk_gk_master/components/lb-picker/utils.js

8 lines
224 B
JavaScript
Raw Permalink Normal View History

2025-08-28 15:18:09 +08:00
export function isObject (val) {
return Object.prototype.toString.call(val) === '[object Object]'
}
export function getIndicatorHeight () {
return Math.round(uni.getSystemInfoSync().screenWidth / (1500 / 100))
}