Appearance
获取屏幕高度(单位:px)
import { getWindowHeight } from '@base-web-kits/base-tools-uni'; const windowHeight = getWindowHeight(); console.log('windowHeight:', windowHeight);