Files
fc/dev/project/library/imports/26/262d9377-b0be-4b22-a2f3-b5b7036c1d8b.js
2026-05-24 10:21:26 +08:00

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();