Sửa chữa Laptop 24h.com luôn nỗ lực để ngày càng hoàn thiện hơn nữa tốc độ sửa chữa laptop lấy ngay trong thời gian nhanh nhất, đáp ứng yêu cầu của khách hàng. Với thái độ phục vụ chuyên nghiệp hi vọng sẽ mang đến cho khách hàng sự tin tưởng và trải nghiệm dịch vụ tốt nhất!
x
Thay vỏ
document.addEventListener("DOMContentLoaded", function() {
// đổi tiêu đề
document.querySelector(".title_icon > h1").innerText = "Thay vỏ Laptop";
// xử lý giá
let priceCurrent = document.querySelector(".price_current a");
let priceOld = document.querySelector(".price_old");
if (priceCurrent && priceCurrent.textContent.trim() !== "Liên hệ") {
let currentText = priceCurrent.textContent.trim();
let oldText = priceOld.textContent.trim();
// đổi text price_current thành range
priceCurrent.textContent = currentText + " → " + oldText;
priceOld.style.display = "none";
}
});