配置logo上传后报错问题修复
This commit is contained in:
parent
620e466279
commit
9c10ffb401
@ -126,7 +126,7 @@
|
||||
layer.msg(res.msg);
|
||||
if (res.code == 0) {
|
||||
//上传成功
|
||||
$('#logo input').attr('value', res.data.id);
|
||||
$('#logo input').attr('value', res.data.filepath);
|
||||
$('#logo img').attr('src', res.data.filepath);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user