good_bags_3
Log in
Create an account
good_bags_3
Home
Home
Track your logistics
Track your logistics
contact us
contact us
More links
Log in
Create an account
Contact Us
good_bags_3
Log in
Create an account
Contact Us
Home
Track your logistics
contact us
Login
Please enter your e-mail and password:
Email
Password
Forgot password?
Sign In
Don't have an account?
Create one
Login for more discounts
${function () { const renderData = data.data; const position_bottom = renderData.height; const model_style = renderData.subwindow_style == "model1" ? "model-type-icon" : "model-type-icon-with-text"; const filterSubwindow = renderData.subwindow.filter(item => renderData.subwindow_style == "model1" && item.image || (renderData.subwindow_style == "model2" && (item.image || item.title)) ); const initFoldStyle = renderData.hover_display === 'foldable' && 'fold'; const initShowStyle = renderData.hover_mode != 'permanent' && 'app-floating-hidden'; const is_model_style_follow_theme = renderData.template_style == "follow_theme" && renderData.subwindow_style == "model2"; const is_model_style_custom = renderData.template_style == "custom" && renderData.subwindow_style == "model2" let isShowApp = false; let isCustomPage = false; const current_page_url = 'https://no-105-1.myshoplaza.com/account/login'; const current_page_type = 'login'; if(renderData.effective_pages.type === 'specify' && renderData.effective_pages.specify_page.includes('custom') && renderData.effective_pages.custom_page.length > 0) { renderData.effective_pages.custom_page.forEach(item => { const custom_url = item?.split('?')[0]; if(current_page_url === decodeURI(custom_url)) { isCustomPage = true; return; } }) } if(renderData.effective_pages.type === 'all' || (renderData.effective_pages.type === 'specify' && renderData.effective_pages.specify_page.includes(current_page_type)) || isCustomPage) { isShowApp = true; } if(isShowApp && filterSubwindow.length > 0) { return `
${function() { if(renderData.hover_mode === "scroll") { return `
` } else if (renderData.hover_mode === "threshold_scroll") { return `
` } else { return `` } }()}
${function() { const [firstIem, ...restItems] = filterSubwindow const item = firstIem; return `${firstIem ? `
${item.title}
`: ''} ${restItems.length > 0 ? `
${restItems.map(item => `
${item.title}
`).join('') }
`: '' }` }()}
` } else { return `` } }()}