|
|
@@ -1,7 +1,7 @@
|
|
|
import React, { Component, Fragment } from 'react';
|
|
|
import { Switch, List } from 'antd';
|
|
|
|
|
|
-const Action = <Switch defaultChecked />;
|
|
|
+const Action = <Switch checkedChildren="开" unCheckedChildren="关" defaultChecked />;
|
|
|
|
|
|
export default class MessageView extends Component {
|
|
|
getData = () => {
|
|
|
@@ -12,11 +12,6 @@ export default class MessageView extends Component {
|
|
|
actions: [Action],
|
|
|
},
|
|
|
{
|
|
|
- title: '消息通知',
|
|
|
- description: '已绑定手机:138****8293',
|
|
|
- actions: [Action],
|
|
|
- },
|
|
|
- {
|
|
|
title: '系统消息',
|
|
|
description: '系统消息将以站内信的形式通知',
|
|
|
actions: [Action],
|