fix: 修复show.msg错误

This commit is contained in:
Ying
2023-08-10 18:37:20 +08:00
parent 10f3307cca
commit 47fd884468
10 changed files with 9 additions and 1610 deletions

View File

@@ -327,7 +327,7 @@ layui.define(['laypage','dropdown'], function (exports) {
field = $('#_fileFiled').val(),
type = $('#_fileType').val();
if (!field || !type) {
return layer.info('请先配置选择参数');
return layer.msg('请先配置选择参数');
}
if (type === 'images') {