mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 08:48:06 +08:00
add some
This commit is contained in:
parent
4ef7126abc
commit
8671f50f74
@ -16,7 +16,8 @@ Volcanos(chat.ONIMPORT, {
|
|||||||
},
|
},
|
||||||
itemcards: function(can, msg, cb) {
|
itemcards: function(can, msg, cb) {
|
||||||
if (msg.IsDetail()) { var value = msg.TableDetail()
|
if (msg.IsDetail()) { var value = msg.TableDetail()
|
||||||
can.page.Append(can, can._output, [can.onimport.itemcard(can, value, cb(value))])
|
msg.Show(can)
|
||||||
|
// can.page.Append(can, can._output, [can.onimport.itemcard(can, value, cb(value))])
|
||||||
} else {
|
} else {
|
||||||
can.page.Append(can, can._output, msg.Table(function(value) {
|
can.page.Append(can, can._output, msg.Table(function(value) {
|
||||||
return can.onimport.itemcard(can, value, cb(value))
|
return can.onimport.itemcard(can, value, cb(value))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user