首页 资讯 民生 科技 财经 汽车 房产 娱乐 文化 能源 公益 时尚 健康 图片

家电

旗下栏目: 滚动 5G 数码 智能 IT 家电

消息称苹果已停止生产iPhone 12 mini:销量太低迷

来源:快科技2018 作者:复兴网家电 发布时间:2021-06-22
摘要:对于苹果而言,iPhone12系列虽然全球销售成绩很不错,不过四款机型中也是有不受待见的,比如iPhone12mini。据TrendForce的最新消息,iPhone12mini在2021年第二季度“提前达到了寿命终点”,这表明苹果将专注于
视频加载中,请稍候...

playiPhone 12 Mini开箱,感受绿色清新的味道 向前 向后 /*自动播放1*/ var AUTOPLAY = 1; /*连播1*/var CONTIPLAY = 1; /*处理自动播放选项和cookie*/ (function() { var Tool = CommonTool; var chk = Tool.byId('J_Video_Autoplay'); var ua = navigator.userAgent.toLowerCase(); var isIOS = /\((iPhone|iPad|iPod)/i.test(ua); if (isIOS) { console.log(chk.parentNode.style.display); chk.parentNode.style.display = 'none'; return; } chk.parentNode.style.display = ''; var clickCookie = function() { Tool.bindEvent(chk, 'change', function() { var chked = chk.checked; Tool.writeCookie('ArtiVAuto', (chked ? 1 : 0), 24 * 365 * 10, '/', '.sina.com.cn'); }); } var byCookie = function() { var coo = Tool.readCookie('ArtiVAuto'); if (coo) { if (parseInt(coo) == 0) { chk.checked = false; AUTOPLAY = 0; } } }; clickCookie(); byCookie(); })(); /*获取第一个视频vid*/ var firstItem = CommonTool.byClass('J_Play_Item', 'J_Play_List')[0]; var fInfo = firstItem.getAttribute('play-data').split('-'); var fVid = fInfo[0]; var fPid = fInfo[1]; var sinaBokePlayerConfig_o = { container: "J_Article_Player", //Div容器的id width: 525, height: 430, playerWidth: 525, //宽 playerHeight: 430, //高 autoLoad: 1, //自动加载 autoPlay: AUTOPLAY, //自动播放 as: 1, //广告 pid: fPid, tjAD: 0, //显示擎天柱广告 tj: 1, //片尾推荐 continuePlayer: 1, //连续播放 casualPlay: 1, //任意拖动视频 head: 0, //播放片头动画 logo: 0, //显示logo share: 0,thumbUrl: "" }; (function() { var toggle = function(id, hide) { var e = CommonTool.byId(id); var par = e.parentNode; if (hide) { CommonTool.addClass(par, e.className + '_disabled'); } else { CommonTool.removeClass(par, e.className + '_disabled'); } } var scroll = new __ScrollPic__(); scroll.scrollContId = "J_Play_List"; //内容容器ID scroll.arrLeftId = "J_Player_Prev"; //左箭头ID scroll.arrRightId = "J_Player_Next"; //右箭头ID scroll.listEvent = "onclick"; //切换事件 scroll.frameWidth = 532; //显示框宽度 **显示框宽度必须是翻页宽度的倍数 scroll.pageWidth = 133 * 3; //翻页宽度 scroll.upright = false; //垂直滚动 scroll.speed = 10; //移动速度(单位毫秒,越小越快) scroll.space = 15; //每次移动像素(单位px,越大越快) scroll.autoPlay = false; //自动播放 scroll.autoPlayTime = 5; //自动播放间隔时间(秒) scroll.circularly = false; scroll._move = scroll.move; scroll.move = function(num, quick) { scroll._move(num, quick); toggle(scroll.arrRightId, scroll.eof); toggle(scroll.arrLeftId, scroll.bof); }; scroll.initialize(); //初始化 toggle(scroll.arrLeftId, scroll.bof); })(); var VideoList1 = new ArticalVideoList('J_Play_List', { index: 0, autoPlay: AUTOPLAY, contiPlay: CONTIPLAY, itemClass: 'J_Play_Item' }); VideoList1.init(); function playCompleted(tag) { VideoList1.playNext(); }; var autoPlayCheck = $("#J_Video_Autoplay")[0].checked;var autoPlayFlv = 0;var autoPlayH5 = false;if(autoPlayCheck){autoPlayFlv = 1;autoPlayH5 = true;}var flashConfig = {url: "",// flash播放器地址,container : "J_Article_Player",id: "myMovie",width: 525,height: 430,params : { allowNetworking : "all", allowScriptAccess : "always", wmode : "opaque", allowFullScreen : "true", quality : "high"},attributes: {},flashvars: {autoPlay: autoPlayFlv, //是否自动播放loop: 0,autoLoad: 1,thumbUrl: '',tj: 1,as: 1},h5attr: {autoPlay: autoPlayH5, //是否自动播放controls: true, //是否显示控制条loop: false,poster: '', //视频加载前欲加载的图片地址,即播放器一开始显示的截图preload: 'auto'} };var videoList = [{video_id: 392694471,pid:'1',url: 'https://t.cj.sina.cn/articles/view/6085757647/m16abd4acf03302aaya?from=digit',title:'iPhone 12 Mini开箱,感受绿色清新的味道'},](function($){var Play = {init: function(flashConfig, videoList){this.flashConfig = flashConfig;this.videoList = videoList;this.playVideo = playVideo;this.prev = this.current = 0;this.length = this.videoList.length;this.contNode = $("#J_Video_Autoplay");this.titleNode = $("#J_Video_Source");this.playListNode = $("#J_Play_List .J_Play_Item");this.initPlayer();this.bind();},bind: function(){var _this = this;$("#J_Play_List").on("click", ".J_Play_Item a", function(e){e.preventDefault();_this.playCurrent($(this));});},initPlayer: function(){var _this = this;this.player = this.playVideo(this.flashConfig);this.player.init(this.videoList[this.prev]);this.player.on("playCompleted", function(){_this.playNext();});this.playListNode.eq(0).addClass("selected");this.titleNode.html(this.videoList[0].title);},playCurrent: function($this){this.prev = this.current;this.current = $this.parents(".J_Play_Item").index();this.play(this.prev, this.current);},playNext: function(){if(!this.contNode[0].checked){return;}this.prev = this.current;if(this.current >= this.length - 1){return;}this.current++;this.play(this.prev, this.current);},play: function(prev, current){this.player.playVideo(this.videoList[current]);this.titleNode.html(this.videoList[current].title);this.playListNode.eq(prev).removeClass("selected");this.playListNode.eq(current).addClass("selected");}}//Play.init(flashConfig, videoList);})(jQuery);

  对于苹果而言,iPhone 12系列虽然全球销售成绩很不错,不过四款机型中也是有不受待见的,比如iPhone 12 mini。

  据TrendForce的最新消息,iPhone 12 mini 在2021年第二季度 “提前达到了寿命终点”,这表明苹果将专注于通过其现有的设备库存进行销售,而不再生产。

  按照该消息源说法,虽然生产已经停止,但iPhone 12 mini仍在苹果网站上销售,目前没有任何明显的发货延迟。该设备提供六种颜色,包括4月下旬上市的紫色选择。

  iPhone 12 mini最终成为最不受欢迎的机型,显示出紧凑尺寸的手机在美国并不受欢迎,这可能是苹果预计明年不会发布 “mini”版的原因之一。

  其实之前就曾有消息称,今年是苹果最后一年推出mini机型,而到了iPhone 14后,则会完全抛弃这个mini版,毕竟性价比不够高,缺点太明显,用户不买单也是必然。

  专注苹果新闻报道,每日推送最新苹果资讯。

责任编辑:复兴网家电

最火资讯

关于我们 | 联系我们 | 广告服务 | 法律声明 | 招聘信息 | 网站地图

中国复兴网版权所有,未经书面授权禁止使用

中国复兴时报社主办 版权所有:中国复兴时报社 Copyright 2015-2020 CHINAFXNEWS.com All Rights Reserved.

举报邮箱: chinafxnews@163.com

电脑版 | 移动版