Files
fc/dev/project/assets/Scripts/mod/payment/cmp/cmp.vip.current.js
T

21 lines
509 B
JavaScript
Raw Normal View History

2026-05-23 22:10:14 +08:00
/******************************************************************
*
* 当前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 },
},
} );