mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 08:48:06 +08:00
add some
This commit is contained in:
parent
20f812aff3
commit
f34d04c775
@ -407,6 +407,7 @@ Volcanos(chat.ONIMPORT, {
|
|||||||
for (var i = 0; i < item.list.length; i++) { if (item.list[i] && typeof item.list[i] == code.STRING) { item.list[i] = {text: item.list[i]} } }
|
for (var i = 0; i < item.list.length; i++) { if (item.list[i] && typeof item.list[i] == code.STRING) { item.list[i] = {text: item.list[i]} } }
|
||||||
})
|
})
|
||||||
cb = cb|| function(event) { var done = false
|
cb = cb|| function(event) { var done = false
|
||||||
|
if (can.onaction.carddetail && can.onaction.carddetail(event, can, value)) { return }
|
||||||
if (value.uid) { return can.Option(UID, value.uid), can.Update() }
|
if (value.uid) { return can.Option(UID, value.uid), can.Update() }
|
||||||
can.core.Item(can.Option(), function(k, v) {
|
can.core.Item(can.Option(), function(k, v) {
|
||||||
if (!done && !v) { done = true, can.Option(k, value[k]), can.Update() }
|
if (!done && !v) { done = true, can.Option(k, value[k]), can.Update() }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user