65bed76d by 杨炀

Merge commit '194ac61a' into dev

2 parents 5489bb02 194ac61a
......@@ -70,7 +70,7 @@ const payment = reactive({
"Please enter the contact phone number."
),
});
if (/^[1][3,4,5,7,8][0-9]{9}$/.test(payment.form.phone)) {
if (!/^[1][3,4,5,7,8][0-9]{9}$/.test(payment.form.phone)) {
return ElMessage({
type: "warning",
message: languageFormat(
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!