fix: 修复报错商品编辑
This commit is contained in:
parent
2885a7e634
commit
c641138f22
@ -1952,7 +1952,7 @@ export default {
|
|||||||
let that = this
|
let that = this
|
||||||
const strSpecs = this.shop_product_info
|
const strSpecs = this.shop_product_info
|
||||||
? this.shop_product_info.product_spec
|
? this.shop_product_info.product_spec
|
||||||
: ''
|
: '{}'
|
||||||
const specs = JSON.parse(strSpecs)
|
const specs = JSON.parse(strSpecs)
|
||||||
console.info('+++++++++++++++++')
|
console.info('+++++++++++++++++')
|
||||||
console.info(specs)
|
console.info(specs)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user