This commit is contained in:
IT 老营长 @云轩领航-创始人 2025-05-08 11:58:39 +08:00
parent e707c4e3ca
commit 7b95b73107
6 changed files with 11 additions and 7 deletions

View File

@ -1,2 +1,2 @@
$output div.item.card div.title span.role { margin-left:auto; } body.width1 $output div.item.card div.title span.role { margin-left:auto; }
$output div.item.card div.title div.action { top:24px; } body.width1 $output div.item.card div.title div.action { top:24px; }

View File

@ -51,7 +51,7 @@ type Table struct {
noticeList string `name:"noticeList" role:"void"` noticeList string `name:"noticeList" role:"void"`
marketPlaceInfo string `name:"marketPlaceInfo" role:"void"` marketPlaceInfo string `name:"marketPlaceInfo" role:"void"`
messagePlaceInfo string `name:"messagePlaceInfo" role:"void"` messagePlaceInfo string `name:"messagePlaceInfo" role:"void"`
// applyCreate string `name:"applyCreate" role:"void"` applyCreate string `name:"applyCreate" role:"void"`
} }
func (s Table) LoadTrans(m *ice.Message, arg ...string) { func (s Table) LoadTrans(m *ice.Message, arg ...string) {

View File

@ -1,2 +1,2 @@
$output>div.item.myself div.title span { font-weight:bold; } body.width1 $output>div.item.myself div.title span { font-weight:bold; }
$output>div.item.card div.title span.role { margin-left:auto; } body.width1 $output>div.item.card div.title span.role { margin-left:auto; }

View File

@ -62,7 +62,7 @@ func (s member) List(m *ice.Message, arg ...string) {
} else { } else {
return return
} }
defer m.Sort(kit.Fields(model.MEMBER_STATUS, USER_PLACE_ROLE, model.CREATED_AT)) defer m.Sort(kit.Fields(model.MEMBER_STATUS, USER_PLACE_ROLE, "auth_status", model.CREATED_AT))
m.Table(func(value ice.Maps) { m.Table(func(value ice.Maps) {
if !m.FieldsIsDetail() { if !m.FieldsIsDetail() {
if user_uid == value[model.USER_UID] { if user_uid == value[model.USER_UID] {

View File

@ -8,7 +8,7 @@ Volcanos(chat.ONIMPORT, {
value.member_status != "normal" && can.onimport.textView(can, value, "member_status"), value.member_status != "normal" && can.onimport.textView(can, value, "member_status"),
// can.onimport.titleAction(can, value), // can.onimport.titleAction(can, value),
]}, ]},
{view: html.STATUS, list: [value.user_info]}, {view: html.STATUS, list: [value.auth_info||value.user_info]},
can.onimport.titleAction(can, value), can.onimport.titleAction(can, value),
] ]
}) })

View File

@ -12,6 +12,7 @@
"marketInsert": "推广", "marketInsert": "推广",
"marketPlaceEnter": "进入", "marketPlaceEnter": "进入",
"pushPublic": "推广", "pushPublic": "推广",
"process": "开始",
"applyCreate": "申请权限", "applyCreate": "申请权限",
"commentCreate": "评论", "applyQRCode": "邀请码", "commentCreate": "评论", "applyQRCode": "邀请码",
"user": "用户信息", "city": "城市信息", "street": "街道信息", "school": "学校信息", "company": "公司信息", "user": "用户信息", "city": "城市信息", "street": "街道信息", "school": "学校信息", "company": "公司信息",
@ -38,6 +39,9 @@
"authPersonal": "notice" "authPersonal": "notice"
}, },
"input": { "input": {
"process_time": "开始时间",
"plan_status": "计划状态",
"task_count": "任务数量",
"My Place": "我的场景", "My Place": "我的场景",
"user_uid": "用户", "user_uid": "用户",
"user_name": "用户昵称", "user_name": "用户昵称",