getSystemInfo获取手机型号开发工具和真机返回来的数据不一样
getSystemInfo获取手机型号开发工具和真机返回来的数据不一样,这是为什么,
wx.getSystemInfo({
success: function (res) {
that.setData({
get_windowHeight: res.windowHeight
})
phoneType = res.model
console.log(“手机型号===============”, res.model)
}
})
在真机上,苹果手机返回来的数据型号后面还有其他东西,这样导致我获取不到后台数据