优化 transfer 的无效返回 (#1388)

* Create FUNDING.yml

* 误修改

---------

Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
pull/1391/head
ladudu 2023-10-07 10:08:19 +09:00 committed by GitHub
parent 98aad87f90
commit 37ddc84d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ layui.define(['laytpl', 'form'], function(exports){
var getThisModuleConfig = function(id){
var config = thisModule.config[id];
if(!config) hint.error('The ID option was not found in the '+ MOD_NAME +' instance');
return; config || null;
return config || null;
};
// 字符常量