admin_material_1015_3
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</div>
|
||||
<div class="am-form-group fl">
|
||||
<label class="am-para-label w100">模板分类:</label>
|
||||
<div class="am-para-inline w100">
|
||||
<div class="am-para-inline w150">
|
||||
<select name="type">
|
||||
<option value="">全部</option>
|
||||
<?php foreach ($typeAry as $key => $value) { ?>
|
||||
|
||||
@@ -23,7 +23,7 @@ class Material_template_model extends HD_Model
|
||||
*/
|
||||
public function typeAry()
|
||||
{
|
||||
return array(4 => '蓄客海报', 1 => '蓄客视频', 2 => '蓄客轮播海报');
|
||||
return array(4 => '朋友圈蓄客海报', 1 => '朋友圈蓄客视频');
|
||||
//return array(4 => '图片海报', 1 => '推广视频', 2 => '朋友圈海报', 3 => '朋友圈文案');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user