[200~1.兼容中国台湾、中国香港手机号码

This commit is contained in:
liuyuan
2025-07-10 14:29:44 +08:00
parent c7bab5afb4
commit f71ab1b442
27 changed files with 5393 additions and 4190 deletions

View File

@@ -203,8 +203,8 @@
type: "switchTab"
},
{
name: "我的证书",
url: "/pages/certificate/certificate",
name: "我的购物车",
url: "/pages/goods/shopping/index",
type: "pageJump",
},
{
@@ -212,6 +212,11 @@
url: "/pages/trainingCourse/index",
type: "pageJump",
},
{
name: "我的证书",
url: "/pages/certificate/certificate",
type: "pageJump",
},
{
name: "我的湖分",
url: "/pages/hufen/hufen",
@@ -427,7 +432,7 @@
url: "/pages/miniClass/DirectorModalList?type=mine",
type: "pageJump"
}
this.pageList.splice(3, 0, item);
this.pageList.splice(4, 0, item);
}
}
// 是班长
@@ -441,7 +446,7 @@
url: "/pages/miniClass/MonitorClassList?type=mine",
type: "pageJump"
}
this.pageList.splice(3, 0, item);
this.pageList.splice(4, 0, item);
}
}
// 是学员
@@ -455,7 +460,7 @@
url: "/pages/miniClass/myClassList?type=mine",
type: "pageJump"
}
this.pageList.splice(3, 0, item);
this.pageList.splice(4, 0, item);
}
}