mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
add some
This commit is contained in:
parent
28603fedec
commit
2eb2940fad
2
frame.js
2
frame.js
@ -1056,6 +1056,8 @@ Volcanos(chat.ONMOTION, {_init: function(can, target) {
|
||||
}
|
||||
},
|
||||
orderShow: function(can, target, key, limit, delay) { if (can.user.isMobile) { return } target = target||can._output
|
||||
if (!can.misc.Search(can, ice.MSG_DEBUG) == ice.TRUE) { return }
|
||||
return
|
||||
var list = can.page.SelectChild(can, target, key||html.DIV_ITEM, function(target) { can.page.style(can, target, html.VISIBILITY, html.HIDDEN); return target })
|
||||
limit = limit||html.ORDER_SHOW_LIMIT, delay = delay||html.ORDER_SHOW_DELAY
|
||||
can.core.Next(list, function(target, next, index) {
|
||||
|
@ -97,8 +97,7 @@ Volcanos(chat.ONIMPORT, {_init: function(can, msg, target) {
|
||||
return can.page.Append(can, target, [{view: [[html.ITEM, value.status]], list: [{view: html.ICON, list: [{img: icon}]}, {view: [mdb.NAME, "", value.name]}], _init: function(target) {
|
||||
cb && cb(target, value)
|
||||
}, onclick: function(event) { can.sup.onexport.record(can.sup, value.name, mdb.NAME, value) }}])._target
|
||||
})
|
||||
can.onmotion.orderShow(can, target)
|
||||
}), can.onmotion.orderShow(can, target)
|
||||
},
|
||||
tree: function(can, list, field, split, cb, target, node) { node = node||{"": target}
|
||||
can.core.List(list, function(item) { item[field] && can.core.List(item[field].split(split), function(value, index, array) { if (!value) { return }
|
||||
|
Loading…
x
Reference in New Issue
Block a user