Преглед на файлове

fix:手机号必填提示

Signed-off-by: tsz <2417024719@qq.com>
tsz преди 1 година
родител
ревизия
c5108e2f5c
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/web/templates/frontRouter/wx/bigmember/free/perfect_info_market.html

+ 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 {