Files
lucky_shop/lang/zh-cn/login/find.js
2025-10-27 15:55:29 +08:00

13 lines
374 B
JavaScript

export const lang = {
//title为每个页面的标题
title: '找回密码',
findPassword: '找回密码',
accountPlaceholder: '请输入手机号',
captchaPlaceholder: "请输入验证码",
dynacodePlaceholder: '请输入动态码',
passwordPlaceholder: '请输入新密码',
rePasswordPlaceholder: '请确认新密码',
next: '下一步',
save: '确认修改'
}