Files

39 lines
720 B
JavaScript
Raw Permalink Normal View History

2026-05-24 10:21:26 +08:00
"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();