update:修改商品列表显示的默认图片去掉

This commit is contained in:
lihaoyuan 2025-10-20 11:36:23 +08:00
parent 3f9ac0d8bb
commit 2233525a69

View File

@ -10,7 +10,7 @@
>
<el-scrollbar v-loading="loading" style="height: 100vh">
<el-row>
<div class="tit_font">{{ __('基本信息') }}</div>
<div class="tit_font">{{ __('基本信息1111') }}</div>
<el-divider />
<el-form label-width="80px">
<el-col :md="6">
@ -1760,7 +1760,7 @@ export default {
// 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,
@ -1777,7 +1777,7 @@ export default {
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,