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