api_material_214

This commit is contained in:
dengbw
2023-02-14 15:46:19 +08:00
committed by lccsw
parent 1cc3dc25c6
commit 9ff05d6667
+7 -7
View File
@@ -271,14 +271,14 @@ class Home extends Wxapp
{
$url = 'https://qs.haodian.cn/wechat_app/lichebao/distribute';
$lists = [
['title' => '店铺常规模板', 'cover' => $url . '/md-0.jpg', 'type' => 0, 'tpHeight' => 10, 'ftHeight' => 350,
['title' => '店铺常规模板', 'cover' => $url . '/md-0.jpg?v=1', 'type' => 0, 'tpHeight' => 10, 'ftHeight' => 350,
'marginLR' => 10, 'posterBg' => '', 'posterFt' => $url . '/posterFt-0.jpg', 'bgColor' => '#fff', 'color' => '#fff'],
['title' => '恭喜提车模板', 'cover' => $url . '/md-1.jpg', 'type' => 1, 'tpHeight' => 215, 'ftHeight' => 350,
'marginLR' => 20, 'posterBg' => $url . '/posterBg-1.jpg', 'posterFt' => $url . '/posterFt-1.jpg', 'bgColor' => '#dd3535', 'color' => '#dd3535'],
['title' => '新车到店模板', 'cover' => $url . '/md-2.jpg', 'type' => 1, 'tpHeight' => 175, 'ftHeight' => 350,
'marginLR' => 30, 'posterBg' => $url . '/posterBg-2.jpg', 'posterFt' => $url . '/posterFt-2.jpg', 'bgColor' => '#2a9267', 'color' => '#3f392d'],
['title' => '恭喜成单啦', 'cover' => $url . '/md-3.jpg', 'type' => 1, 'tpHeight' => 215, 'ftHeight' => 350,
'marginLR' => 20, 'posterBg' => $url . '/posterBg-3.jpg', 'posterFt' => $url . '/posterFt-3.jpg', 'bgColor' => '#db3333', 'color' => '#fff'],
['title' => '恭喜提车模板', 'cover' => $url . '/md-1.jpg?v=1', 'type' => 1, 'tpHeight' => 215, 'ftHeight' => 350,
'marginLR' => 20, 'posterBg' => $url . '/posterBg-1.jpg?v=1', 'posterFt' => $url . '/posterFt-1.jpg', 'bgColor' => '#dd3535', 'color' => '#dd3535'],
['title' => '新车到店模板', 'cover' => $url . '/md-2.jpg?v=1', 'type' => 1, 'tpHeight' => 175, 'ftHeight' => 350,
'marginLR' => 30, 'posterBg' => $url . '/posterBg-2.jpg?v=1', 'posterFt' => $url . '/posterFt-2.jpg', 'bgColor' => '#2a9267', 'color' => '#3f392d'],
['title' => '恭喜成单啦', 'cover' => $url . '/md-3.jpg?v=1', 'type' => 1, 'tpHeight' => 215, 'ftHeight' => 350,
'marginLR' => 20, 'posterBg' => $url . '/posterBg-3.jpg?v=1', 'posterFt' => $url . '/posterFt-3.jpg', 'bgColor' => '#db3333', 'color' => '#fff'],
];
$this->data['title'] = '选择模版';
$this->data['lists'] = $lists;