n Name: HQJDW Popular Posts Cache * Description: Caches the Zimeiti popular-posts widget and prevents per-request view-count sorting. */ defined( 'ABSPATH' ) || exit; function hqjdw_popular_posts_cache_key( WP_Query $query ) { $excluded = $query->get( 'post__not_in' ); $excluded = is_array( $excluded ) ? array_map( 'absint', $excluded ) : array(); sort( $excluded, SORT_NUMERIC ); return 'hqjdw_popular_posts_' . md5( implode( ',', $excluded ) ); } add_filter( 'posts_pre_query', static function ( $posts, $query ) { if ( is_admin() || 'post_views_count' !== $query->get( 'meta_key' ) || 'meta_value_num' !== $query->get( 'orderby' ) || 5 !== (int) $query->get( 'posts_per_page' ) ) { return $posts; } $cache_key = hqjdw_popular_posts_cache_key( $query ); $ids = get_transient( $cache_key ); if ( false === $ids ) { $query->set( '_hqjdw_popular_cache_key', $cache_key ); $query->set( 'no_found_rows', true ); return $posts; } $ids = array_values( array_filter( array_map( 'absint', (array) $ids ) ) ); if ( ! $ids ) { return array(); } $query->found_posts = count( $ids ); $query->max_num_pages = 1; return get_posts( array( 'post__in' => $ids, 'orderby' => 'post__in', 'post_type' => 'post', 'post_status' => 'publish', 'posts_per_page' => count( $ids ), 'no_found_rows' => true, 'ignore_sticky_posts' => true, 'suppress_filters' => true, ) ); }, 10, 2 ); add_filter( 'posts_results', static function ( $posts, $query ) { $cache_key = $query->get( '_hqjdw_popular_cache_key' ); if ( $cache_key && $posts ) { set_transient( $cache_key, wp_list_pluck( $posts, 'ID' ), 10 * MINUTE_IN_SECONDS ); } return $posts; }, 10, 2 ); :wq 2019年9月份瑞虎3销量2861台, 同比下降49.6% – 环球焦点
首页 汽车 2019年9月份瑞虎3销量2861台, 同比下降49.6%

2019年9月份瑞虎3销量2861台, 同比下降49.6%

       





【车主之家 销量数据】






日前,车主之家从中国乘用车联席会获得了最新公布的销量数据。2019年9月瑞虎3销量为2861辆,在奇瑞汽车销量中占比7.97%,在SUV销量中排名第87位。

瑞虎3销量走势图 (单位:辆)

       2019年9月,瑞虎3销量同比下降49.6%,环比增长12.77%;最近12个月中,瑞虎3销量在2018年12月达到最高,销量为6301辆。

瑞虎3最近一年销量数据

月份 销量 占奇瑞汽车份额 占SUV份额 在SUV中排名 2019-09 2861 7.97% 0.54% 87 2019-08 2537 8.21% 0.48% 91 2019-07 2849 10.56% 0.54% 76 2019-06 2466 9.66% 0.47% 87 2019-05 3107 12.31% 0.59% 69 2019-04 4549 15.17% 0.86% 48 2019-03 2503 7.24% 0.48% 100 2019-02 2247 11.25% 0.43% 78 2019-01 2426 5.97% 0.46% 91 2018-12 6301 13.51% 1.2% 54 2018-11 5858 11.21% 1.11% 48 2018-10 5315 11.01% 1.01% 53

       在SUV市场,瑞虎3在2019年9月份的市场份额同比下降了0.45%,在SUV的排名较上月上升4个名次。 2019年1-9月,瑞虎3的累计销量达到25545辆,
同比下降69.84%, 在SUV销量排名为第83位。

奇瑞汽车2019年9月销量情况

车型 销量 所属级别 在级别中排名 占该厂商份额 瑞虎8 11890 SUV 20 33.12% 瑞虎5x 7584 SUV 32 21.13% 艾瑞泽5 5263 紧凑型车 36 14.66% 艾瑞泽GX 5026 紧凑型车 39 14.00% 瑞虎3 2861 SUV 87 7.97% 奇瑞E3 1121 小型车 13 3.12% 瑞虎7 997 SUV 135 2.78% 瑞虎5 609 SUV 158 1.70% 风云2 495 小型车 15 1.38% 奇瑞QQ 49 微型车 10 0.14% 瑞虎3X — SUV — —

瑞虎3与竞品车型销量对比(2019年9月)

车型 销量 所属级别 在级别中排名 所属厂商 占该厂商份额 瑞虎3 2861

SUV 87 奇瑞汽车 7.97% 艾瑞泽5 5263

紧凑型车 36 奇瑞汽车 14.66% 东风风神AX3 10

SUV 230 东风乘用车 0.30% 长安CS15 1797

SUV 111 长安汽车 3.16% 凯翼X3 912

SUV 141 凯翼 64.23% 绅宝X35 3501

SUV 73 北京汽车 25.08%



瑞虎3
5.99-7.99万

       综述 |
参配 |
图片 |
报价 |
文章 |
油耗 |
销量 |
经销商

       特别说明:

       1、本文引用的销量数据来自中国乘用车联席会对外公布,销量数据不包含进口车型,仅供参考,请以汽车厂商公布的销量数据为准。

       2、竞品车型根据车主之家网友访问行为数据产生,不包含进口车型。

热门文章

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注