hanxue10180
Results
1
issues of
hanxue10180
` DeviceEventEmitter.addListener('WeChat_Resp', req => { console.log('res:', req) //ios授权登录后 可以取到,安卓不可以 HyLog.log('sjw100:', req); }) HyLog.log('sjw100:', 12132312321); let scope = "snsapi_userinfo", state = "_" + (+new Date()); WeChat.isWXAppInstalled().then(isInstalled => { if (isInstalled) {...