dev2 #1

Open
panjunjie wants to merge 174 commits from dev2 into main
Showing only changes of commit c641138f22 - Show all commits

View File

@ -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)