浏览代码

fix eng name and cht name

CR003
Alex Cheung 1年前
父节点
当前提交
51462e8283
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      src/pages/authentication/auth-forms/CustomFormWizard.js

+ 2
- 1
src/pages/authentication/auth-forms/CustomFormWizard.js 查看文件

@@ -522,10 +522,11 @@ const CustomFormWizard = (props) => {
return true
} else if (enName !== "" && chName == ""){
return true
} else if (enName !== "" && chName !== "") {
return true
} else {
return false
}

}

function handlePassword(password) {


正在加载...
取消
保存