39 lines
720 B
JavaScript
39 lines
720 B
JavaScript
"use strict";
|
|
cc._RF.push(module, '262d9N3sL5LIqLztbcDbB2L', 'cmp.vip.current');
|
|
// Scripts/mod/payment/cmp/cmp.vip.current.js
|
|
|
|
"use strict";
|
|
|
|
/******************************************************************
|
|
*
|
|
* 当前VIP信息
|
|
*
|
|
******************************************************************/
|
|
|
|
cc.Class({
|
|
"extends": cc.Component,
|
|
properties: {
|
|
imgTip: {
|
|
"default": null,
|
|
type: cc.Sprite
|
|
},
|
|
nodLevel: {
|
|
"default": null,
|
|
type: cc.Node
|
|
},
|
|
tipRich: {
|
|
"default": null,
|
|
type: cc.RichText
|
|
},
|
|
txtProg: {
|
|
"default": null,
|
|
type: cc.Label
|
|
},
|
|
curProg: {
|
|
"default": null,
|
|
type: cc.ProgressBar
|
|
}
|
|
}
|
|
});
|
|
|
|
cc._RF.pop(); |