|
本帖最后由 vivo官方技术团队 于 2020-8-19 14:21 编辑
https://doc.quickapp.cn/features/system/device.html
- getPageHeight(){
-
- let pageWidth = this.$app.$def.manifest.config.designWidth || 750
-
- device.getInfo({
- success: (ret) => {
- return ( ret.windowWidth / pageWidth ) * ret.windowHeight
- }
- })
- }
复制代码
|
|