|
|
@ -85,7 +85,6 @@ export default { |
|
|
let that = this |
|
|
let that = this |
|
|
uni.getSystemInfo({ |
|
|
uni.getSystemInfo({ |
|
|
success: function (res) { |
|
|
success: function (res) { |
|
|
// console.log( '状态栏的高', res.statusBarHeight); |
|
|
|
|
|
that.option.height = res.windowHeight * (750 / res.windowWidth) - 120 |
|
|
that.option.height = res.windowHeight * (750 / res.windowWidth) - 120 |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
|