|
@@ -32,6 +32,7 @@ class SiteAlbumLog extends EloquentRepository
|
|
|
if ($data['cert'] != '[]') {$content[] = '证书';}
|
|
|
if ($data['pdf'] != '[]') {$content[] = 'PDF';}
|
|
|
if ($data['video'] != '[]') {$content[] = '视频';}
|
|
|
+ if ($data['text_detail'] != '') {$content[] = '文字详情';}
|
|
|
} else if ($action == 'edit') {
|
|
|
if ($data['cover'] != $input['cover']) {$content[] = '主图';}
|
|
|
if ($data['en_detail'] != $input['en_detail']) {$content[] = '英文详情';}
|
|
@@ -40,6 +41,7 @@ class SiteAlbumLog extends EloquentRepository
|
|
|
if ($data['cert'] != $input['cert']) {$content[] = '证书';}
|
|
|
if ($data['pdf'] != $input['pdf']) {$content[] = 'PDF';}
|
|
|
if ($data['video'] != $input['video']) {$content[] = '视频';}
|
|
|
+ if ($data['text_detail'] != $input['text_detail']) {$content[] = '文字详情';}
|
|
|
}
|
|
|
if (empty($content) == false) {
|
|
|
$nickName = Admin::user()->name;
|