fix uni.upx2px missing parameter (#36516)

This method is missing a parameter.
This commit is contained in:
君寻
2019-07-04 00:57:49 +08:00
committed by Ryan Cavanaugh
parent e8d6fb67f9
commit 9e5612e7f0

View File

@@ -81,7 +81,7 @@ declare class Uni {
*
* 参考: [http://uniapp.dcloud.io/frame?id=upx2px](http://uniapp.dcloud.io/frame?id=upx2px)
*/
upx2px(): number;
upx2px(upx: number): number;
/**
* 创建一个 WebSocket 连接
*