video-template-3
This commit is contained in:
@@ -45,7 +45,7 @@ class ConverterMovel
|
||||
'{strVideoDirector}' => '',
|
||||
'{strVideoActor}' => '',
|
||||
'{strVideoDescription}' => '',
|
||||
'{intPlayIndex}' => '',
|
||||
'{intVideoPlaySort}' => '',
|
||||
|
||||
|
||||
];
|
||||
@@ -83,7 +83,7 @@ class ConverterMovel
|
||||
'{strVideoDirector}' => '这个是当前视频导演',
|
||||
'{strVideoActor}' => '这个是当前视频演员',
|
||||
'{strVideoDescription}' => '这个是当前视频简介',
|
||||
'{intPlayIndex}' => '这个是当前视频播放集数',
|
||||
'{intVideoPlaySort}' => '这个是当前视频播放集数',
|
||||
|
||||
];
|
||||
|
||||
|
||||
@@ -117,7 +117,7 @@ class DomainModel extends BaseModel
|
||||
}
|
||||
|
||||
$arrConfigSubjectFomart = ConfigSubjectFomartModel::getInstance()->getConfigSubjectFomartByCsfKey($strUUId);
|
||||
|
||||
|
||||
if (empty($arrConfigSubjectFomart)) {
|
||||
|
||||
$intKey = array_rand($arrAllSubjectFomartModel);
|
||||
|
||||
Reference in New Issue
Block a user