加载中...
暂无订阅
{{ s['plan']?.['name'] || '订阅' }}
{{ statusText(s['status'] as string) }}
周期
{{ (s['plan']?.['billing_period'] === 'yearly') ? '年付' : '月付' }}
价格
¥{{ s['plan']?.['price'] }}
开始
{{ fmt(s['start_date'] as string) }}
下次扣费
{{ fmt(s['next_billing_date'] as string) }}