export function isObject (val) {
return Object.prototype.toString.call(val) === '[object Object]'
}
export function getIndicatorHeight () {
return Math.round(uni.getSystemInfoSync().screenWidth / (1500 / 100))