dev2 #1

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

View File

@ -1706,7 +1706,7 @@
// specs
if (!this.specs || this.specs.length === 0) {
const obj = {
main_color_img: this.default_image,
main_color_img: undefined,
color_img: [],
item_enable: 1001,
item_is_default: false,
@ -1726,7 +1726,7 @@
for (let i = 0; i < descartes.length; i++) {
let obj = {
category_id: this.row.category_id,
main_color_img: this.default_image,
main_color_img: undefined,
color_img: [],
item_enable: 1001,
item_is_default: false,