Menu
Your Cart
Available in Size XS (36) - 10XL (62)
tovetz
$
USD
USD
¥
CNY
CNY
€
EUR
EUR
£
GBP
GBP
$
USD
USD
Account Login
All
All
BOTTOMS
DRESSES
NEW IN
Special Offers
TOPS
TOVETZ EDIT
Imported from Shopify
0
0
Your shopping cart is empty!
Menu
Home
TOVETZ EDIT
TOPS
Special Offers
NEW IN
DRESSES
BOTTOMS
Login
Register
0
Product Comparison
Product Comparison
You have not chosen any products to compare.
Continue
$(document).ready(function() { const interval = setInterval(function() { const $element = $('.page-title span'); if (!$element.length) return; const text = $element.text(); if (text && text.includes('(0.00kg)')) { $element.text(text.replace('(0.00kg)', '').trim()); clearInterval(interval); // 找到后停止轮询 } }, 100); // 每100ms检查一次 });