Redmi 5 Plus 3/32Gb Голубой
Код товара: 0134
Доступность: Нет в наличии
Артикул: 10319
Xiaomi Redmi 5 Plus - бюджетник с огромным 5,99-дюймовым дисплеем, закруглёнными углами, защитным стеклом с 2,5D без воздушной прослойки. Разрешение 2160х1080 точек, всё очень прилично!
Общие характеристики
Версия ОС Android 7.1
Материал корпуса металл
Типы SIM-карты nano SIM
Вес (г) 180
Размеры (мм) 75.45x158.5x8.05
Процессор
Процессор Qualcomm Snapdragon 625
Частота процессора (GHz) 2.0
Видеопроцессор Adreno 506
Память
Объем встроенной памяти (Gb) 32
Объем оперативной памяти (Gb) 3
Слот для карт памяти есть (совмещен со слотом для второй SIM-карты)
Экран
Диагональ экрана (дюйм) 5.99
Размер изображения (pix) 2160x1080
Мультимедийные возможности
Основная камера (МП) 12
Фронтальная камера (МП) 5
Связь
Стандарты связи GSM 900/1800/1900, 3G, 4G LTE
Интерфейсы Wi-Fi 802.11n, Wi-Fi Direct, Bluetooth 4.2, USB
Спутниковая навигация GPS/ГЛОНАСС/BeiDou/A-GPS
Другие функции
Датчики освещенности, приближения, считывание отпечатка пальца
redmi 5 plus , xiaomi redmi 5 plus , redmi 5 plus купить , xiaomi redmi 5 plus купить
');
} else {
element.after('
' + json['error']['option'][i] + '
');
}
$('#content').parent().before('
' + json['error']['option'][i] + '×
');
}
}
if (json['error']['recurring']) {
$('select[name=\'recurring_id\']').after('
' + json['error']['recurring'] + '
');
}
$('.text-danger').parent().addClass('has-error');
}
if (json['success']) {
$('.tooltip').remove();
html = '
';
html += '
';
html += '
';
html += '';
html += '
';
html += json['success_new'];
html += '
';
html += '
';
html += '
';
html += '
';
var $html = $(html);
if(!$('#unicheckout').length) {
if('popup' == 'popup') {
$('#modal-cart').remove();
$('html body').append($html);
$('#modal-cart').addClass('fade').modal('show');
} else {
if(!$('html body').find('.cart-wrapper').length){
$('html body').append('
');
}
$('.cart-wrapper').prepend($html)
setTimeout(function() {
$html.remove();
}, 3000);
}
}
$('#cart > button').html('
' + json['total_items'] + ' ');
replace_button(3663);
dataLayer.push({
'ecommerce':{
'currencyCode':'RUB',
'add':{
'products':[json['products']]
}
}
});
$('#cart > ul').load('index.php?route=common/cart/info ul li');
$('#cart').addClass('show');
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
});
$('.date').datetimepicker({
pickTime: false
});
$('.datetime').datetimepicker({
pickDate: true,
pickTime: true
});
$('.time').datetimepicker({
pickDate: false
});
$('button[id^=\'button-upload\']').on('click', function() {
var node = this;
$('#form-upload').remove();
$('body').prepend('
');
$('#form-upload input[name=\'file\']').trigger('click');
if (typeof timer != 'undefined') {
clearInterval(timer);
}
timer = setInterval(function() {
if ($('#form-upload input[name=\'file\']').val() != '') {
clearInterval(timer);
$.ajax({
url: 'index.php?route=tool/upload',
type: 'post',
dataType: 'json',
data: new FormData($('#form-upload')[0]),
cache: false,
contentType: false,
processData: false,
beforeSend: function() {
$(node).button('loading');
},
complete: function() {
$(node).button('reset');
},
success: function(json) {
$('.text-danger').remove();
if (json['error']) {
$(node).parent().find('input').after('
' + json['error'] + '
');
}
if (json['success']) {
alert(json['success']);
$(node).parent().find('input').attr('value', json['code']);
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
}
}, 500);
});
$('#review').delegate('.pagination a', 'click', function(e) {
e.preventDefault();
$('#review').fadeOut('slow').load(this.href).fadeIn('slow');
});
$('#review').load('index.php?route=product/product/review&product_id=3663');
$('#button-review').on('click', function() {
$.ajax({
url: 'index.php?route=product/product/write&product_id=3663',
type: 'post',
dataType: 'json',
data: $("#form-review").serialize(),
beforeSend: function() {
$('#button-review').button('loading');
},
complete: function() {
$('#button-review').button('reset');
},
success: function(json) {
$('.alert-success, .alert-danger').remove();
if (json['error']) {
$('#content').parent().before('
' + json['error'] + '×
');
}
if (json['success']) {
$('#review').after('
' + json['success'] + '
');
$('#form-review input, #form-review textarea').val('');
$('.review_star input').attr('checked', false).prop('checked', false);
$('#form-review').slideToggle();
}
}
});
});
$(function() {
var img_array = [], elem = $('#product .thumbnails'), elemA = elem.find('li:first a'), elemImg = elemA.find('img');
elem.find('#additional-img a').each(function() {
img_array.push({src:$(this).attr('href'), type:'image', title:$(this).attr('title')});
});
elem.find('#additional-img a').on('click', function(e) {
e.preventDefault();
var href = $(this).attr('href'), thumb = $(this).data('image'), title = $(this).attr('title'), key = $(this).data('key');
elem.find('#additional-img a').removeClass('selected');
$(this).addClass('selected');
elemA.attr('href', href).data('key', key);
elemImg.attr('src', thumb);
img_array[key].src = href;
img_array[key].type = 'image';
img_array[key].title = title;
});
if(img_array.length == 0) {
img_array.push({src:elemA.attr('href'), type:'image', title:elemImg.attr('title')});
}
elemA.click(function(e) {
e.preventDefault();
$.magnificPopup.open({
items:img_array,
gallery:{
enabled:true,
},
});
$.magnificPopup.instance.goTo(parseFloat($(this).data('key')));
});
var hash = window.location.hash;
if (hash) {
$('.nav-tabs a').each(function() {
var href = $(this).attr('href');
if (hash == href) {
$($(this)).trigger('click');
scroll_to(hash);
}
});
var hashpart = hash.split('#');
var vals = hashpart[1].split('-');
for (i=0; i
768) ? 'window' : 'inner';
$('#product .thumbnails li:first img').elevateZoom({
gallery:'option .option-image label, #additional-img',
scrollZoom:true,
zoomType:type,
zoomWindowOffetx:20,
zoomWindowOffety:-3,
});
base.resize();
},
resize:function() {
var base = this, lastWindowWidth = $(window).width();
base.resizer = function () {
if ($(window).width() !== lastWindowWidth) {
base.init();
}
};
$(window).resize(function() {
base.resizer();
});
}
};
uniElevateZoom.init();
$('#product .additional').owlCarousel({
autoPlay:'3000',
itemsCustom: [[0, 4], [768, 4], [1050, 6]],
navigation: true,
stopOnHover:true,
mouseDrag:true,
navigationText: [' ', ' '],
pagination: false
});
});