会员积分改版V7

This commit is contained in:
2026-08-11 13:23:22 +08:00
parent 809ff47120
commit a49ed802f4
14 changed files with 137 additions and 29 deletions
@@ -1598,6 +1598,9 @@ const AppLayout: React.FC = () => {
fontSize: 20, fontWeight: 800, marginTop: 2,
background: g.gradient, WebkitBackgroundClip: 'text', WebkitTextFillColor: 'transparent',
}}>¥{opt.currentPrice || opt.price}</div>
<Typography.Text type="secondary" style={{ fontSize: 12 }}>
{Number(opt.validityMonths || 1)}
</Typography.Text>
</div>
</div>
</div>