提交 6f5af7d8 编写于 作者: Q qiang

Merge branch 'feat-getSystemInfo-brand' into dev

...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
|参数|说明|平台差异说明| |参数|说明|平台差异说明|
|:-|:-|:-| |:-|:-|:-|
|brand|手机品牌|微信小程序、百度小程序、头条小程序、QQ小程序| |brand|手机品牌|5+App、微信小程序、百度小程序、头条小程序、QQ小程序|
|model|手机型号|| |model|手机型号||
|pixelRatio|设备像素比|| |pixelRatio|设备像素比||
|screenWidth|屏幕宽度|| |screenWidth|屏幕宽度||
...@@ -91,7 +91,7 @@ uni.getSystemInfo({ ...@@ -91,7 +91,7 @@ uni.getSystemInfo({
|参数|说明|平台差异说明| |参数|说明|平台差异说明|
|:-|:-|:-| |:-|:-|:-|
|brand|手机品牌|微信小程序、百度小程序、头条小程序、QQ小程序| |brand|手机品牌|5+App、微信小程序、百度小程序、头条小程序、QQ小程序|
|model|手机型号|| |model|手机型号||
|pixelRatio|设备像素比|| |pixelRatio|设备像素比||
|screenWidth|屏幕宽度|| |screenWidth|屏幕宽度||
......
...@@ -63,7 +63,7 @@ export function getSystemInfo () { ...@@ -63,7 +63,7 @@ export function getSystemInfo () {
return { return {
errMsg: 'getSystemInfo:ok', errMsg: 'getSystemInfo:ok',
brand: '', brand: plus.device.vendor,
model: plus.device.model, model: plus.device.model,
pixelRatio: plus.screen.scale, pixelRatio: plus.screen.scale,
screenWidth, screenWidth,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册