添加了一些log

This commit is contained in:
xu_yanfeng
2024-12-15 19:59:51 +08:00
parent 153a2f66f1
commit 3cdb4db7cf
6 changed files with 34 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div v-if="show" class="test">
<CCSection name="功能测试">
<CCSection name="功能测试" :expand="false">
<CCButton @click="onClickHasCocosGame">Has CocosGame</CCButton>
<CCButton @click="onClickNoCocosGame">No CocosGame</CCButton>
<CCButton @click="onTestTree">init tree data</CCButton>