Commit a918d605 by linjinhong

Merge remote-tracking branch 'origin/linjinhong' into dev

parents 6c05f689 c14583b0
......@@ -405,6 +405,8 @@ const renderItemBox = (bool: boolean) => {
}
}
if (currentCode) {
const parts = currentCode.split('_')
currentCode = parts.length > 0 ? parts[1] : parts[0]
for (const product of productList) {
if (product.podJomallUsNo === currentCode) {
coverImage.value = product.variantImage || ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment