...
|
...
|
@@ -192,7 +192,6 @@ class Shou extends Backend |
|
|
return $this->view->fetch();
|
|
|
}
|
|
|
|
|
|
|
|
|
//发送短信
|
|
|
public function sms($mobile,$content){
|
|
|
$note = array(
|
...
|
...
|
@@ -248,7 +247,7 @@ class Shou extends Backend |
|
|
$pdf->AddPage();
|
|
|
$test_title = '
|
|
|
<div style="font-size: 24px;font-weight:700;color: #333;text-align: center;margin-bottom: 0;">素材使用申请书</div>
|
|
|
<div style="line-height: 40px;font-size: 16px;color: #333;text-align: left;">致青岛灵山湾影视局:<br/>
|
|
|
<div style="line-height: 40px;font-size: 16px;color: #333;text-align: left;">青岛灵山湾影视局:<br/>
|
|
|
<span style="font-size: 14px;"> 我们是赴青岛拍摄的<span style="color:red">【'.$company.'】</span>剧组,在<span style="color:red">【'.$shou["title"].'】</span>影视剧作品中申请使用青
|
|
|
岛西海岸新区的空镜头素材,使用素材内容如下:</span><br/><br/>
|
|
|
';
|
...
|
...
|
@@ -299,7 +298,7 @@ class Shou extends Backend |
|
|
$pdf->AddPage();
|
|
|
$test_title = '
|
|
|
<div style="font-size: 24px;font-weight:700;color: #333;text-align: center;margin-bottom: 0;">素材使用申请书</div>
|
|
|
<div style="line-height: 40px;font-size: 16px;color: #333;text-align: left;">致青岛西海岸新区影视产业发展中心:<br/>
|
|
|
<div style="line-height: 40px;font-size: 16px;color: #333;text-align: left;">青岛西海岸新区影视产业发展中心:<br/>
|
|
|
<span style="font-size: 14px;"> 我们是赴青岛拍摄的<span style="color:red">【'.$company.'】</span>剧组,在<span style="color:red">【'.$shou["title"].'】</span>影视剧作品中申请使用青
|
|
|
岛西海岸新区的空镜头素材,使用素材内容如下:</span><br/><br/>
|
|
|
';
|
...
|
...
|
|