Continue reading with a CnEVData subscription.
✓
Monthly
$25
$25
✓
Annual
$270
Save 10% with annual subscription
$270
Save 10% with annual subscription
function selectBlock(block) {
document.querySelectorAll(‘.pricing-block’).forEach(b => b.classList.remove(‘selected’));
block.classList.add(‘selected’);
}
function subscribe(plan) {
event.stopPropagation();
if (plan === ‘monthly’) {
console.log(‘Redirecting to monthly subscription page’);
// 替换为您的月度订阅链接
// window.location.href = ‘https://cnevdata.memberful.com/checkout?plan=118334’;
} else if (plan === ‘annual’) {
console.log(‘Redirecting to annual subscription page’);
// 替换为您的年度订阅链接
// window.location.href = ‘https://cnevdata.memberful.com/checkout?plan=118336’;
}
}
Already a subscriber? Sign in