fix: 修复报错商品编辑

This commit is contained in:
mixtan 2025-06-27 09:35:50 +08:00
parent 2885a7e634
commit c641138f22

View File

@ -1952,7 +1952,7 @@ export default {
let that = this
const strSpecs = this.shop_product_info
? this.shop_product_info.product_spec
: ''
: '{}'
const specs = JSON.parse(strSpecs)
console.info('+++++++++++++++++')
console.info(specs)