1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00

action <input type="button" value="提交"><input type="button" value="上传">

This commit is contained in:
shaoying 2020-08-14 14:07:17 +08:00
parent 693f1e3aeb
commit f91c80247d

View File

@ -536,6 +536,7 @@ Volcanos("onappend", {help: "渲染引擎", list: [], _init: function(can, meta,
can.core.Item(line, msg.Option)
can.run(event, ["action", target.value].concat(list), function(msg) {
can.user.toast(can, target.value+"成功", "paste")
can.run({})
}, true)
return true
})