1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-26 01:04:06 +08:00
This commit is contained in:
harveyshao 2022-03-10 10:28:11 +08:00
parent 0bef91933a
commit 6189e00f04

View File

@ -8,8 +8,8 @@ Volcanos("onimport", {help: "导入数据", list: [], _init: function(can, msg,
switch (typeof data) {
case lang.OBJECT:
if (data == null) {
return can.page.Append(can, list, [{text: "null"}]).item
return
list = can.page.Append(can, target, [{text: "null"}]).item
break
}
function wrap(begin, end, add, cb) {
can.page.Append(can, target, [{text: begin}])