mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-09 13:18:18 +08:00
fix: 更新注释内容
This commit is contained in:
parent
324adce37e
commit
8ffe0ca695
@ -3,7 +3,7 @@
|
|||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | Static Plugin for ThinkAdmin
|
// | Static Plugin for ThinkAdmin
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ]
|
// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ]
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | 官方网站: https://thinkadmin.top
|
// | 官方网站: https://thinkadmin.top
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | Static Plugin for ThinkAdmin
|
// | Static Plugin for ThinkAdmin
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | 版权所有 2014~2023 ThinkAdmin [ thinkadmin.top ]
|
// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ]
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | 官方网站: https://thinkadmin.top
|
// | 官方网站: https://thinkadmin.top
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | 官方网站: https://thinkadmin.top
|
// | 官方网站: https://thinkadmin.top
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | 版权所有 2014~2023 ThinkAdmin [ thinkadmin.top ]
|
// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ]
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | 开源协议 ( https://mit-license.org )
|
// | 开源协议 ( https://mit-license.org )
|
||||||
// | 免责声明 ( https://thinkadmin.top/disclaimer )
|
// | 免责声明 ( https://thinkadmin.top/disclaimer )
|
||||||
@ -45,13 +45,4 @@ $(function () {
|
|||||||
window.showTableImage = function (image, circle, size, title) {
|
window.showTableImage = function (image, circle, size, title) {
|
||||||
return $.layTable.showImage(image, circle, size, title);
|
return $.layTable.showImage(image, circle, size, title);
|
||||||
};
|
};
|
||||||
|
|
||||||
// 产品规格显示
|
|
||||||
window.showSpec = function (spec) {
|
|
||||||
let names = [];
|
|
||||||
layui.each(spec.split(';;'), function (i, vv) {
|
|
||||||
names.push(vv.split('::').pop());
|
|
||||||
});
|
|
||||||
return names.join(' ');
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
@ -3,7 +3,7 @@
|
|||||||
/* +----------------------------------------------------------------------
|
/* +----------------------------------------------------------------------
|
||||||
/* | 官方网站: https://thinkadmin.top
|
/* | 官方网站: https://thinkadmin.top
|
||||||
/* +----------------------------------------------------------------------
|
/* +----------------------------------------------------------------------
|
||||||
/* | 版权所有 2014~2023 ThinkAdmin [ thinkadmin.top ]
|
/* | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ]
|
||||||
/* +----------------------------------------------------------------------
|
/* +----------------------------------------------------------------------
|
||||||
/* | 开源协议 ( https://mit-license.org )
|
/* | 开源协议 ( https://mit-license.org )
|
||||||
/* | 免责声明 ( https://thinkadmin.top/disclaimer )
|
/* | 免责声明 ( https://thinkadmin.top/disclaimer )
|
||||||
|
|||||||
2
think
2
think
@ -4,7 +4,7 @@
|
|||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | Static Plugin for ThinkAdmin
|
// | Static Plugin for ThinkAdmin
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ]
|
// | 版权所有 2014~2025 ThinkAdmin [ thinkadmin.top ]
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | 官方网站: https://thinkadmin.top
|
// | 官方网站: https://thinkadmin.top
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user