修改打印

This commit is contained in:
2020-11-30 14:01:13 +08:00
parent ac338df5eb
commit b203a4fc6b
7 changed files with 7 additions and 7 deletions

View File

@@ -269,7 +269,7 @@ export default defineComponent({
console.log(index)
if(index == 3){
window.FB.login(function(response: any){
console.log(response)
console.log(response, 121212)
// handle the response
});