Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
llewan-weixin-sdk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
llewan
llewan-weixin-sdk
Commits
12fa8964
Commit
12fa8964
authored
Sep 29, 2018
by
llewan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
e918da4c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
14 deletions
+5
-14
README.md
README.md
+5
-14
No files found.
README.md
View file @
12fa8964
...
...
@@ -71,27 +71,18 @@
3.3 进入游戏第一步新增授权操作
var user = sdk.getUser();
if(user){
console.log("用户信息:", user)
sdk.WeChatLogin((d)=>{
}else{
//.调用sdk登录
sdk.WeChatLogin((d)=>{
console.log("用户信息:", d)
console.log("用户信息:", d)
// 登录成功:返回用户信息;
// 登录失败:返回false
});
});
}
3.
4 进入游戏第二步在启动页面上初始化sdk
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment