<% include ./sub_menu.ejs %>

短信通知

<% if (accountData.auth_mobile !== '') { %>
<% } %>
style="display: none" <% } %>>
<% if (accountData.auth_mobile !== '') { %>

通知类型

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

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