Update work-with-us.zh-CN.md

量太小,统一我一个人来筛选
This commit is contained in:
Lyndon001 2018-01-08 19:20:44 +08:00 committed by GitHub
parent e0b8aa2d81
commit 6ed7d56031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,6 @@ title: 加入我们
```__react
const emails = [
'lindong.lld#alipay.com',
'momo.zxy#alipay.com',
'luli.fxx#alipay.com',
];
ReactDOM.render(
<p>作品和简历请投递:{emails[parseInt(Math.random() * emails.length, 10)]}</p>