@@ -203,6 +203,21 @@
// 提交订单
submitOrder(){
+ if (!this.userInfo.phone){
+ uni.showModal({
+ title:'温馨提示',
+ content:'请绑定手机号,以便为你提供服务',
+ success:res=>{
+ if (res.confirm){
+ uni.navigateTo({
+ url: '/myPages/setting/setting-telphone',
+ })
+ }
+ return
+
const that = this;
if(!this.isSelected){ // 是否确定协议
uni.showToast({