2 次代码提交 8d14b0dfdb ... 719497503d

作者 SHA1 备注 提交日期
  yuebuzu-creater 719497503d Merge branch 'master' of http://git.fmode.cn:3000/yuebuzu/s202226701018 6 月之前
  yuebuzu-creater aabf350837 f 6 月之前
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      wisdom-app/src/app/page/inquiry-human/inquiry-human.component.ts

+ 4 - 0
wisdom-app/src/app/page/inquiry-human/inquiry-human.component.ts

@@ -214,6 +214,10 @@ export class InquiryHumanComponent implements OnInit {
       await alert2.present();
       return;
     }
+    if(!this.currentUser?.data["phone"] || !this.currentUser?.data["realname"]){
+      await alert2.present()
+      return
+    }
     if(this.num == 1){
       console.log("立即预约我的医生");
       let appointment = new CloudObject('appointment');