1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
harveyshao 2022-03-20 00:28:23 +08:00
parent c5f162567b
commit c2a077ec51

View File

@ -241,7 +241,9 @@ Volcanos("user", {help: "用户操作", agent: {
}, msg, can.Option()), can.run(event, cmds, cb, true) }, 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) can.onappend.figure(can, item, target)
} }