34个参数完成,7个未成功,2个删除。

This commit is contained in:
fy3047957834
2021-09-25 23:03:12 +08:00
parent 77406e40a3
commit 8862d6355b
16 changed files with 32 additions and 3068 deletions

View File

@@ -367,6 +367,7 @@ class="layui-input" style="height: 25px; width:80px;margin-top: 6px">
else:
fl = "hex"
code += """
%s = "#000000"
layui.use('colorpicker', function()
{
var $ = layui.$
@@ -384,7 +385,7 @@ class="layui-input" style="height: 25px; width:80px;margin-top: 6px">
});
})
""" % (i, random_color(), fl, i + "_")
""" % (i + '_', i, random_color(), fl, i + "_")
return code