var that = this
let delay_token=app.checkAndLogining();
delay_token.then(function(res){
wx.switchTab({
// url: '../logs/logs'
url: '../home/home'
})
})微信小程序开发的时候写了上面的代码。报错如下
微信小程序好像可以使用es6呀,那错在哪里呢?
carolcoral
相关分类