mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
opt some
This commit is contained in:
parent
c5f162567b
commit
c2a077ec51
@ -241,7 +241,9 @@ Volcanos("user", {help: "用户操作", agent: {
|
||||
}, msg, can.Option()), can.run(event, cmds, cb, true)
|
||||
}
|
||||
|
||||
target.value = (item.name&&(msg.Option(item.name)||can.Option(item.name)))||target.value||""
|
||||
if (item.name != "action" && item.name) {
|
||||
target.value = msg.Option(item.name)||can.Option(item.name)||target.value||""
|
||||
}
|
||||
can.onappend.figure(can, item, target)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user