mirror of
https://shylinux.com/x/volcanos
synced 2025-04-26 17:24:06 +08:00
opt some
This commit is contained in:
parent
0bef91933a
commit
6189e00f04
@ -8,8 +8,8 @@ Volcanos("onimport", {help: "导入数据", list: [], _init: function(can, msg,
|
|||||||
switch (typeof data) {
|
switch (typeof data) {
|
||||||
case lang.OBJECT:
|
case lang.OBJECT:
|
||||||
if (data == null) {
|
if (data == null) {
|
||||||
return can.page.Append(can, list, [{text: "null"}]).item
|
list = can.page.Append(can, target, [{text: "null"}]).item
|
||||||
return
|
break
|
||||||
}
|
}
|
||||||
function wrap(begin, end, add, cb) {
|
function wrap(begin, end, add, cb) {
|
||||||
can.page.Append(can, target, [{text: begin}])
|
can.page.Append(can, target, [{text: begin}])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user