wx.checkSession 在开发者工具调用总是触发失败回调函数
版本:微信web开发者工具 v0.17.170900
checkLogin: function (cb) { wx.checkSession({ success: function () { console.log("success"); }, fail: function () { console.log("fail");
} }); }, |