From a2b6203372280be42530c6eaee2bffb6cf3c74d3 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期一, 23 十二月 2024 15:25:41 +0800 Subject: [PATCH] 111 --- packageDomain/pages/teacherCertification/index.js | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/packageDomain/pages/teacherCertification/index.js b/packageDomain/pages/teacherCertification/index.js index 4576d47..a5d6c50 100644 --- a/packageDomain/pages/teacherCertification/index.js +++ b/packageDomain/pages/teacherCertification/index.js @@ -142,8 +142,9 @@ }) this.newGetTeacherInfo() }) - }, + + //鑾峰彇鏁欏笀鐘舵�� newGetTeacherInfo() { let that = this; @@ -574,6 +575,14 @@ }) return } + if (!that.data.teacherInfo.detailedAddress) { + wx.showToast({ + title: "璇峰~鍐欒缁嗗湴鍧�锛�", + icon: 'none', + duration: 1000, + }) + return + } if (that.data.imgPics.length == 0) { wx.showToast({ title: "璇蜂笂浼犲伐浣滆瘉锛�", -- Gitblit v1.9.1