const RegisterPage = { captcha: null, codeId: null, async mount() { // 动态加载来源下拉(不设默认来源) U.sources().then(list => { const sel = document.getElementById('rs'); if (sel) { sel.innerHTML = '' + list.map(s => ``).join(''); this.toggleSource(); } }).catch(()=>{}); }, async render() { try { this.captcha = await API.get('/captcha'); } catch { this.captcha = null; } return `
加入MC举报系统