|
@@ -571,7 +571,7 @@ func FormatContactKv(kvs *[]*Kv, title string, buyers []string, contactFormat *C
|
|
|
//qutil.Debug("ContactInfoMustReg.MatchString(k)+++", !ContactInfoMustReg.MatchString(k))
|
|
|
matchMust := ContactInfoMustReg.MatchString(k)
|
|
|
matchHas := ContactInfoVagueReg.MatchString(k)
|
|
|
- qutil.Debug("matchMust:", matchMust, "matchHas:", matchHas)
|
|
|
+ //qutil.Debug("matchMust:", matchMust, "matchHas:", matchHas)
|
|
|
if !matchMust && matchHas {
|
|
|
k = ContactInfoVagueReg.FindString(k)
|
|
|
}
|