[200~1.兼容中国台湾、中国香港手机号码
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user