From 2c5cf829ee2ca351a5fddd7052c5aabc43ab4e05 Mon Sep 17 00:00:00 2001 From: dengbw Date: Tue, 14 Feb 2023 15:46:19 +0800 Subject: [PATCH] api_material_214 --- api/controllers/wxapp/material/Home.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/api/controllers/wxapp/material/Home.php b/api/controllers/wxapp/material/Home.php index aa35883f..9672f87f 100644 --- a/api/controllers/wxapp/material/Home.php +++ b/api/controllers/wxapp/material/Home.php @@ -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;