zhangdan 3 years ago
parent
commit
79226b2d3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/validate.js

+ 1 - 1
libs/validate.js

@@ -7,4 +7,4 @@ export const isvalidPhone = function (str) {
 export const isvalidNumLetter = function (str) {
 export const isvalidNumLetter = function (str) {
   const reg = /^[0-9A-Za-z]+$/
   const reg = /^[0-9A-Za-z]+$/
   return reg.test(str)
   return reg.test(str)
-}
+}