linxuyang 比如调用接口发起授权,原生是这样写:wx.login({ success: function () { wx.getUserInfo() }})Laya引擎中没有wx这个变量怎么写?难道取window.wx?