能收到邮件,但是两个连接地址打开是空白页,打开控制台发现下面代码报错,看了一下应该是"updated": "You email address is updated. You can <a href='/login.html'>login</a> again. You will be redirected to <a href='/'>LeanCloud front page</a> in 5 seconds."
后面少一个逗号,
,不知道算不算bug。
var enPhrases = {
"verificated": "Your email address is verified. You will be redirected to <a href='/'>LeanCloud front page</a> in 5 seconds.",
"updated": "You email address is updated. You can <a href='/login.html'>login</a> again. You will be redirected to <a href='/'>LeanCloud front page</a> in 5 seconds."
"tokenInvalid": "Token is expired or invalid.",
"serverError": "A server error occurred.",
}