fix fix fix
This commit is contained in:
@@ -9,9 +9,9 @@ interface Message {
|
||||
}
|
||||
|
||||
const MOCK_MESSAGES: Message[] = [
|
||||
{ id: '1', title: '系统通知', content: '欢迎使用 RNPay,绑定钱包开始使用。', time: '10:00' },
|
||||
{ id: '2', title: '代理连接', content: '代理服务已成功连接到服务器。', time: '10:05' },
|
||||
{ id: '3', title: '绑定提醒', content: '您有钱包待绑定,请前往首页操作。', time: '10:10' },
|
||||
{ id: '1', title: 'System Notification', content: 'Welcome to RNPay. Bind a wallet to get started.', time: '10:00' },
|
||||
{ id: '2', title: 'Proxy Connected', content: 'Proxy service connected to server successfully.', time: '10:05' },
|
||||
{ id: '3', title: 'Bind Reminder', content: 'You have wallets pending setup. Go to Home to bind them.', time: '10:10' },
|
||||
];
|
||||
|
||||
export default class MessageScreen extends Component {
|
||||
|
||||
Reference in New Issue
Block a user