{{lang["Home"]}}
{{lang["Estimation"]}}
{{lang["How It Works"]}}
{{lang["Help"]}}
{{lang[init.lang]}}
/
{{init.currency}}
{{lang["Language"]}}:
{{lang["en"]}}
{{lang["pt"]}}
{{lang["zh"]}}
{{lang["Currency"]}}:
{{item.code}}
{{lang["Confirmed"]}}
{{lang["Estimation"]}}
{{lang["How It Works"]}}
{{lang["Help"]}}
{{lang[init.lang]}}
/
{{init.currency}}
{{lang["Language"]}}:
{{lang["en"]}}
{{lang["pt"]}}
{{lang["zh"]}}
{{lang["Currency"]}}:
{{item.code}}
{{lang["Confirmed"]}}
{{lang['Sign In']}}
{{lang['Sign Up']}}
{{lang["My Wallet"]}}
{{lang["My Cart"]}}
{{lang["My Orders"]}}
{{lang["My Parcels"]}}
{{lang["MyFavorites"]}}
{{lang["My Address"]}}
{{lang["Personal"]}}
{{lang["logout"]}}
{{lang["Favorites"]}}
{{lang["History"]}}
{ const list = data[init.path] || []; const checked = list.every(item => item.checked); data[init.path] = list.map(item => { item.checked = checked ? false : true; return item; }); }" class="w-10 h-10 border border-green-100 bg-green-50 rounded-lg flex items-center justify-center">
{ const list = data[init.path] || []; const checked = list.every(item => item.checked); temp.edit = !temp.edit ? true : checked; if (list.some(item => item.checked)) { temp.edit = true; modal.show(lang['RemoveItemsTip']).then(ok => { if (ok) { const handle = { '/history': () => { if (checked) { onCache().del('history'); delete data[init.path]; return; } data[init.path] = list.filter(item => !item.checked); onCache().set('history', data[init.path]); }, '/account/favorites': () => { http().post('/proxy/customer/productfavorite/remove', {favorite_id: list.filter(item => item.checked).map(item => item.favorite_id)}).then(res => res.code === 200 && (data[init.path]=list.filter(i=>!i.checked))); } }; handle[init.path](); return; } }); } }" :class="!temp.edit ? 'border-blue-100 bg-blue-50' : 'border-red-100 bg-red-50'" class="w-10 h-10 flex items-center justify-center border rounded-lg">
{{lang["ViewingHistoryTip"]}}
{{lang['nodata']}}
{{init.currency}} {{price(i.price)}}
{{i.title || i.name}}
{{lang["Buy Now"]}}
{{temp[init.path] === 'finished' ? lang['End'] : lang['More']}}