1
0
forked from x/icebergs
This commit is contained in:
shylinux 2020-04-19 01:49:45 +08:00
parent cfa38829d0
commit 8b0fcec681

View File

@ -569,8 +569,8 @@ var Index = &ice.Context{Name: "chat", Help: "聊天中心",
wg.Wait() wg.Wait()
case "set": case "set":
if arg[1] != "" { if arg[1] != "" {
// m.Cmdy(ice.WEB_SPACE, arg[1], "web.chat.search", "set", "", arg[2:]) m.Cmdy(ice.WEB_SPACE, arg[1], "web.chat.search", "set", "", arg[2:])
// break break
} }
m.Richs("search", nil, arg[2], func(key string, value map[string]interface{}) { m.Richs("search", nil, arg[2], func(key string, value map[string]interface{}) {