This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-08-18 23:10:24 +08:00
parent d4417489e8
commit 1c1156f1b1
2 changed files with 2 additions and 3 deletions

View File

@ -53,7 +53,6 @@ func (s Table) Exit(m *ice.Message, arg ...string) {
s.Table.Exit(m, arg...)
}
func (s Table) AfterMigrate(m *ice.Message, arg ...string) {
// kit.If(m.Config(web.PORTAL) == ice.TRUE, func() { Portal{}.Show(m, m.PrefixKey()) })
}
func (s Table) Inputs(m *ice.Message, arg ...string) {
switch arg[0] {

View File

@ -4,10 +4,10 @@ Volcanos(chat.ONIMPORT, {
can.onimport.itemcards(can, msg, function(value) { value._style = [value[PLACE_TYPE]||"", value[USER_PLACE_ROLE]||""]
return [
{view: html.TITLE, list:[{text: [value.name||value.user_name]},
can.onimport.textView(can, value, PLACE_TYPE, mdb.TYPE),
can.onimport.textView(can, value, USER_PLACE_ROLE, aaa.ROLE),
can.onimport.textView(can, value, PLACE_TYPE, mdb.TYPE), can.onimport.textView(can, value, USER_PLACE_ROLE, aaa.ROLE),
]},
{view: html.STATUS, list: [value.uid && {text: value.uid.slice(0, 6)}, {text: can.base.TimeTrim(value.created_at||value.updated_at)}]},
value.address && {view: html.STATUS, list: [{text: value.address}]},
]
})
},