Commit e5de3cbc authored by Friends233's avatar Friends233

新手引导结束

parent 4cde98f1
......@@ -19,7 +19,8 @@ export const CUSTOM_EVENT = {
CHECK_IS_SET: 'CHECK_IS_SET',
/** 开始新手引导 */
START_GUIDE: 'START_GUIDE',
/** 新手引导结束 */
GUIDE_OVER:'GUIDE_OVER',
}
export const Config = {
......
......@@ -210,6 +210,7 @@ export default class GameScene extends cc.Component {
cc.find('guideWrp/guide1',this.node).active = false
const blockManager = this.allBlcokManagerNode[0].getComponent('blockManager')
blockManager.refreshMiniBlock(true)
exportEvent.fire(CUSTOM_EVENT.GUIDE_OVER)
}
}
......
......@@ -40,7 +40,7 @@
<!-- <script src="//yun.duiba.com.cn/db_games/libs0924/svgaParser.minWeb.js" crossorigin="anonymous"></script>-->
<link rel="stylesheet" type="text/css" href="https://yun.duiba.com.cn/db_games/ccc_game/template/1685015280786/style-mobile.css"/>
<link rel="stylesheet" type="text/css" href="https://yun.duiba.com.cn/db_games/ccc_game/template/1685065659613/style-mobile.css"/>
<style>
......@@ -90,9 +90,9 @@
</div>
</div>
<script src="https://yun.duiba.com.cn/db_games/ccc_game/template/1685015280786/src/settings.js" charset="utf-8"></script>
<script src="https://yun.duiba.com.cn/db_games/ccc_game/template/1685065659613/src/settings.js" charset="utf-8"></script>
<script src="https://yun.duiba.com.cn/db_games/ccc_game/template/1685015280786/main.js" charset="utf-8"></script>
<script src="https://yun.duiba.com.cn/db_games/ccc_game/template/1685065659613/main.js" charset="utf-8"></script>
<script type="text/javascript">
(function () {
......
window.__remoteUrl__ = "https://yun.duiba.com.cn/db_games/ccc_game/template/1685015280786/";
window.__remoteUrl__ = "https://yun.duiba.com.cn/db_games/ccc_game/template/1685065659613/";
window.__remoteAssets__ = window.__remoteUrl__ + "assets/";
window.__version__ = 1685015280786;
window.__version__ = 1685065659613;
window.__ENV__ = "prod";
window.boot = function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment