<% include ./sub_menu.ejs %>

微信通知

<% if (accountData.wx_openid !== null && accountData.wx_openid !== '') { %>
解绑
<% } else { %>
<% } %>
<% if (accountData.wx_openid !== null && accountData.wx_openid !== '') { %>

通知类型

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

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