|
@@ -83,11 +83,11 @@ func (ps *PortraitScreen) PareMatchType(isBidding ...bool) (items []string) {
|
|
|
} else { //project表
|
|
|
for _, t := range strings.Split(ps.MatchRange, ",") {
|
|
|
if t == "buyer" {
|
|
|
- items = append(items, "buyer")
|
|
|
+ items = append(items, "mbuyer")
|
|
|
} else if t == "winner" {
|
|
|
- items = append(items, "winner")
|
|
|
+ items = append(items, "mwinner")
|
|
|
} else if t == "agency" {
|
|
|
- items = append(items, "agency")
|
|
|
+ items = append(items, "magency")
|
|
|
} else if t == "purchasing" {
|
|
|
items = append(items, []string{"purchasing", "projectname.pname"}...)
|
|
|
}
|