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年10月份威驰FS销量1366台, 同比下降36.7% – 环球焦点
首页 汽车 2019年10月份威驰FS销量1366台, 同比下降36.7%

2019年10月份威驰FS销量1366台, 同比下降36.7%

       





【车主之家 销量数据】






日前,车主之家从中国乘用车联席会获得了最新公布的销量数据。2019年10月威驰FS销量为1366辆,在一汽丰田销量中占比2.31%,在小型车销量中排名第13位。

威驰FS销量走势图 (单位:辆)

       2019年10月,威驰FS销量同比下降36.7%,环比下降15.37%;最近12个月中,威驰FS销量在2019年1月达到最高,销量为5192辆。

威驰FS最近一年销量数据

月份 销量 占一汽丰田份额 占小型车份额 在小型车中排名 2019-10 1366 2.31% 3.82% 13 2019-09 1614 3.26% 4.51% 10 2019-08 2062 5.01% 5.77% 11 2019-07 1209 2.35% 3.38% 12 2019-06 2164 3.59% 6.05% 12 2019-05 1849 2.73% 5.17% 11 2019-04 2135 3.43% 5.97% 9 2019-03 3006 5.10% 8.41% 12 2019-02 1822 4.58% 5.1% 11 2019-01 5192 6.63% 14.52% 10 2018-12 1972 3.66% 5.51% 13 2018-11 2952 4.07% 8.26% 13

       在小型车市场,威驰FS在2019年10月份的市场份额同比增长了1.00%,在小型车的排名较上月下降3个名次。 2019年1-10月,威驰FS的累计销量达到22419辆,
同比下降35.63%, 在小型车销量排名为第10位。

一汽丰田2019年10月销量情况

车型 销量 所属级别 在级别中排名 占该厂商份额 卡罗拉 38868 紧凑型车 3 65.71% 亚洲龙 6308 中型车 11 10.66% 威驰 3716 小型车 8 6.28% 奕泽IZOA 3617 SUV 71 6.11% 普拉多 2658 SUV 87 4.49% RAV4荣放 1913 SUV 112 3.23% 威驰FS 1366 小型车 13 2.31% 卡罗拉双擎E+ 362 紧凑型车 73 0.61% 皇冠 343 中大型车 13 0.58%

威驰FS与竞品车型销量对比(2019年10月)

车型 销量 所属级别 在级别中排名 所属厂商 占该厂商份额 威驰FS 1366

小型车 13 一汽丰田 2.31% 威驰 3716

小型车 8 一汽丰田 6.28% 福克斯 5601

紧凑型车 33 长安福特 30.49% 骐达TIIDA 5837

紧凑型车 32 东风日产 5.45% 晶锐 —

小型车 — 上汽斯柯达 — YARiS L 致炫 10084

小型车 1 广汽丰田 14.26%



威驰FS
6.88-10.78万

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

       特别说明:

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

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

热门文章

发表回复

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