|
@@ -363,8 +363,8 @@ func (p *Pcsearch) SearchPower(module string) {
|
|
|
//搜索页面检索内容
|
|
|
if userId != "" && jy.HasBidFieldPower(config.Middleground, p.Session(), MobileTagSearchFunctionCode) {
|
|
|
r = append(r, &SearchItems{
|
|
|
- Key: "融创",
|
|
|
- Label: "mobileTag",
|
|
|
+ Key: "mobileTag",
|
|
|
+ Label: "融创",
|
|
|
Type: "multiple",
|
|
|
DefaultVal: []string{"all"},
|
|
|
Options: mobileTagItemsValOptions,
|