Commit ec785101 authored by zhangyanni's avatar zhangyanni

提交提示

parent 7a445852
......@@ -42,7 +42,6 @@ export default {
//手机号码和邮箱验证码
checkAccountCode(rule,value,callback){
console.log(value)
var reg = /^[0-9]{6}$/;
if(value ===''||value===undefined||value===null){
callback(new Error(i18n.t("commonTips.placeholderAccountCode")));
......
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