<% include ./sub_menu.ejs %>

认证手机

<% if (accountData.auth_mobile !== '') { %>
<% } %> <% if (accountData.auth_mobile === '') { %>
认证手机用户找回密码操作,请优先设置。
<% } %>
style="display: none" <% } %>>
<% if (accountData.auth_mobile !== '' && false) { %>

通知类型

勾选您需要接收的短信类型。

<% const user_smsType = accountData.sms_type !== '' ? JSON.parse(accountData.sms_type) : null; %> <% for (const s in smsType) { %> <% if (smsType[s].sms) { %>
<% for (const c of smsType[s].children) { %>
checked<% } %>>
<% } %>
<% } %> <% } %>
<% } %>