1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| // --------------------------------------------------------------------
| // @author: xxx@syg.com(必填, 创建模块的人员)
| // @description:
| // 这里填写详细说明,主要填写该模块的功能简要
| // <br/>Create: 2019-04-28 11:02:17
| // --------------------------------------------------------------------
| var DaychargeModel = cc.Class({
| extends: BaseClass,
| ctor: function () {
| },
|
| properties: {
| },
|
| initConfig: function () {
| },
| });
|
|