小程序后台报错
success(res){
var info = typeof res == ‘object’ ? res : {}
}
这个不是因为getSystemInfo中没有height而是因为getSystemInfo返回了undefined。这是比较常见的,包括爬虫、审核机器人在内的多种机器都会有这个情况。
哪里有height?
https://developers.weixin.qq.com/miniprogram/dev/api/base/system/system-info/wx.getSystemInfoSync.html