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-scrollbar v-loading="loading" style="height: 100vh">
<el-row> <el-row>
<div class="tit_font">{{ __('基本信息') }}</div> <div class="tit_font">{{ __('基本信息1111') }}</div>
<el-divider /> <el-divider />
<el-form label-width="80px"> <el-form label-width="80px">
<el-col :md="6"> <el-col :md="6">
@ -1760,7 +1760,7 @@ export default {
// specs // specs
if (!this.specs || this.specs.length === 0) { if (!this.specs || this.specs.length === 0) {
const obj = { const obj = {
main_color_img: this.default_image, main_color_img: undefined,
color_img: [], color_img: [],
item_enable: 1001, item_enable: 1001,
item_is_default: false, item_is_default: false,
@ -1777,7 +1777,7 @@ export default {
for (let i = 0; i < descartes.length; i++) { for (let i = 0; i < descartes.length; i++) {
let obj = { let obj = {
category_id: this.row.category_id, category_id: this.row.category_id,
main_color_img: this.default_image, main_color_img: undefined,
color_img: [], color_img: [],
item_enable: 1001, item_enable: 1001,
item_is_default: false, item_is_default: false,