Skip to content
  • This project
    • Loading...
  • Sign in

金学艇 / ChildEdu

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • ChildEdu
  • assets
  • Script
  • common
  • Test.js
  • jinwawa's avatar
    complete SceneRecommend · 6dae2e0f
    6dae2e0f
    jinwawa authored 2019-08-30 11:58:32 +0800
Test.js 391 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
//测试界面
var TVCanvas = require('TVCanvas');
cc.Class({
    extends: cc.Component,

    properties: {
        testSprite:cc.Sprite,
        test:cc.Label,
    },

    onLoad: function () {
        //获取页面背景
        // this.getPageBg(this, "background");
    },

    // TestLog:function(){
    //     cc.log("测试js中Test->TestLog发送方法。。。。");
    // },
});