mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 06:09:11 +08:00
优化diamante
This commit is contained in:
parent
999ca8bc1f
commit
c2dbd77172
@ -34,8 +34,8 @@
|
||||
$('#addHousekeepingTypeModel').modal('show');
|
||||
});
|
||||
vc.on("addHousekeepingType", "notifyUploadCoverImage", function(_param) {
|
||||
if (_param.hasOwnProperty('fileId')) {
|
||||
vc.component.addHousekeepingTypeInfo.hktIcon = _param.fileId
|
||||
if (_param) {
|
||||
vc.component.addHousekeepingTypeInfo.hktIcon = _param
|
||||
} else {
|
||||
vc.component.addHousekeepingTypeInfo.hktIcon = '';
|
||||
}
|
||||
|
||||
@ -47,8 +47,8 @@
|
||||
});
|
||||
vc.on("editHousekeepingType", "notifyUploadCoverImage", function(_param) {
|
||||
|
||||
if (_param.hasOwnProperty('fileId')) {
|
||||
vc.component.editHousekeepingTypeInfo.hktIcon = _param.fileId
|
||||
if (_param) {
|
||||
vc.component.editHousekeepingTypeInfo.hktIcon = _param
|
||||
} else {
|
||||
vc.component.editHousekeepingTypeInfo.hktIcon = '';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user