Commit 428e85f2 authored by 前端-许佳敏's avatar 前端-许佳敏

fix: 修复滑块提示语国际化问题

parent a9ae6d06
......@@ -212,6 +212,7 @@ const Phone = (props) => {
yPoint={remoteImg.y}
shadowSize={FLAG_SIZE}
differ={10}
tipText={intl.formatMessage({ id: 'component.riskCheckTips', defaultMessage: '' })}
onSuccess={handleCheckSuccess}
/>
</Modal>
......
......@@ -268,4 +268,5 @@ export default {
'components.huiyuanfuwu':'Member Services',
'components.huiyuandenglu':'Member login',
'components.huiyuanzhuce':'Member Registration',
}
\ No newline at end of file
'components.riskCheckTips': 'Hold down the slider and drag the puzzle',
}
......@@ -268,4 +268,5 @@ export default {
'components.huiyuanfuwu': '회원 서비스',
'components.huiyuandenglu': '회원 등록',
'components.huiyuanzhuce': '회원 등록',
'components.riskCheckTips': '슬라이더를 누른 상태에서 퍼즐을 끕니다.',
}
......@@ -268,4 +268,5 @@ export default {
'components.huiyuanfuwu': '会员服务',
'components.huiyuandenglu': '会员登录',
'components.huiyuanzhuce': '会员注册',
'components.riskCheckTips': '按住滑块,拖动拼图',
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment