fix:修改页面 添加 计划添加页面
This commit is contained in:
@@ -180,10 +180,10 @@
|
||||
//获取 通知方式
|
||||
const getNotificationMethod = (data: any) => {
|
||||
if (!data) return '';
|
||||
const methods = [];
|
||||
const methods: any = [];
|
||||
const notifications = data.split(',');
|
||||
|
||||
notifications.forEach((notification) => {
|
||||
notifications.forEach((notification: any) => {
|
||||
if (notification === '1') {
|
||||
methods.push('站内信息');
|
||||
} else if (notification === '2') {
|
||||
|
||||
Reference in New Issue
Block a user