|
|
@@ -481,7 +481,7 @@ |
|
|
|
this.$api.msg('Tên người nhận'); |
|
|
|
return; |
|
|
|
} |
|
|
|
if (!/(^0[0-9]{9}$)/.test(adres.mobile) || ["00","01","02","03"].includes(adres.mobile.slice(0,2))) { |
|
|
|
if (!/(^0[0-9]{9}$)/.test(adres.mobile) || ["00","01","02","04"].includes(adres.mobile.slice(0,2))) { |
|
|
|
this.$api.msg('Số điện thoại chưa đúng'); |
|
|
|
return; |
|
|
|
} |
|
|
|