new Promise(resove=>{
console.log(66666)
wx.getSystemInfo({
success: function(res) {
console.log(777777)
console.log(res)
resove(res)
这里显示成功
},
})
}).then(res=>{
//这里没有回调
console.log(res)
}).catch(res=>{
})
API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|
所有API | 客户端 | 6.6.1 | 1.7.1 |
1 个回答
楼主解决这个问题了吗,求教