-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
liushuiyuan
committed
Aug 22, 2024
1 parent
e92045e
commit 4318137
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
# 入门常见问题 | ||
|
||
## 微信小游戏权限问题 | ||
1. 数据隐私协议:需要去微信开发者后台开启相关权限,并且**开启授权弹窗提醒**否则真机测试的时候有时候会授权成功,有时候会授权失败 😭😭😭 | ||
1. 数据隐私协议:需要去微信开发者后台开启相关权限,并且**开启授权弹窗提醒**否则真机测试的时候有时候会授权成功,有时候会授权失败,都是泪 😭😭😭 | ||
2. 用户信息授权按钮:因为微信小程序限制只能由先创建授权按钮然后点击后授权。因此,需要把授权按钮做成一个透明的按钮覆盖在cocos的Node上(或者在进入游戏时创建一个全屏透明的授权按钮) | ||
## 权限按钮的位置问题 | ||
## 微信用户权限按钮的位置问题 | ||
## 微信排行榜开放子域绘制问题 | ||
1. 遇到排行榜渲染闪烁的问题? | ||
cocos 开放子域模板中minigame-canvas-engine的版本为旧的,请去github找到最新压缩后代码替换到engine.js文件中 |