@@ -332,7 +332,7 @@ export default {
// 验证信息是否符合规范
handleValidate() {
const reName = /^[\u4e00-\u9fa5]{2,4}$/
- const rePhone = /^[1][3,4,5,7,8,9][0-9]{9}$/
+ const rePhone = /^1[3-9]\d{9}$/
if (!this.repairsArea) {
uni.showToast({
title: '请选择报修区域',