Commit c14583b0 by linjinhong

fix:修改播种墙扫码问题

parent c609ef3b
...@@ -405,6 +405,8 @@ const renderItemBox = (bool: boolean) => { ...@@ -405,6 +405,8 @@ const renderItemBox = (bool: boolean) => {
} }
} }
if (currentCode) { if (currentCode) {
const parts = currentCode.split('_')
currentCode = parts.length > 0 ? parts[1] : parts[0]
for (const product of productList) { for (const product of productList) {
if (product.podJomallUsNo === currentCode) { if (product.podJomallUsNo === currentCode) {
coverImage.value = product.variantImage || '' 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