[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);
}
}

View File

@@ -141,12 +141,6 @@
</common-select-vip>
<u-popup :show="orderModalShow" mode="bottom" :round="20">
<view class="orderModalShow popup_box">
<!-- <u-icon name="close" color="#333" size="18" @click="closeOrderModalShow" style="
display: inline-block;
position: absolute;
right: 20rpx;
top: 20rpx;
"></u-icon> -->
<orderPay ref="orderPay" :dataInfo="selectVipData"></orderPay>
</view>
</u-popup>

View File

@@ -3,8 +3,6 @@
class="container commonDetailPage"
style="background-color: #fff !important"
>
<!-- 公共组件-每个页面必须引入 -->
<view class="contentBox commonPageContentBox order_box">
<view class="order_top goods_box pay_box">
<view class="pay_title">支付方式</view>