Kaynağa Gözat

fix:充值时校验电话号码

zhanghui 2 yıl önce
ebeveyn
işleme
aee607b945
1 değiştirilmiş dosya ile 15 ekleme ve 0 silme
  1. 15 0
      myPages/recharge/index.vue

+ 15 - 0
myPages/recharge/index.vue

@@ -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({