Эх сурвалжийг харах

Merge branch 'dev/v4.8.81_tsz' of qmx/jy into feature/v4.8.81

汤世哲 1 жил өмнө
parent
commit
cf49457a57

+ 2 - 2
src/web/templates/frontRouter/wx/bigmember/free/perfect_info_market.html

@@ -1120,7 +1120,7 @@
                   phoneArr.push(v.phone)
                 })
                 const sameIndex = this.findDuplicateIndex(phoneArr)
-                if(sameIndex!== -1) {
+                if(sameIndex!== -1 && this.infoMap.phone) {
                   this.infoCheckMap.phone = '该手机号已报名'
                   this.haveSamePhone = true
                 } else {
@@ -1189,7 +1189,7 @@
                   phoneArr.push(v.phone)
                 })
                 const sameIndex = this.findDuplicateIndex(phoneArr)
-                if(sameIndex!== -1) {
+                if(sameIndex!== -1 && infoMap.phone) {
                   this.infoOtherCheckMap[sameIndex - 1].phone = '该手机号已报名'
                   this.haveSamePhone = true
                 } else {