修复幻灯片模块、图片模块添加无默认图问题

This commit is contained in:
pushuo 2022-09-21 15:18:45 +08:00 committed by Edward Yang
parent d687f0636d
commit 2a38c6c228
3 changed files with 7 additions and 7 deletions

View File

@ -58,7 +58,7 @@ setTimeout(() => {
full: true,
images: [
{
image: languagesFill('catalog/demo/banner-2.png'),
image: languagesFill('catalog/demo/banner/banner-2-en.png'),
show: true,
link: {
type: 'product',

View File

@ -65,7 +65,7 @@ setTimeout(() => {
floor: languagesFill(''),
images: [
{
image: languagesFill('catalog/demo/image_plus_1.png'),
image: languagesFill('catalog/demo/image_plus_1-en.png'),
show: true,
link: {
type: 'product',
@ -73,7 +73,7 @@ setTimeout(() => {
}
},
{
image: languagesFill('catalog/demo/image_plus_2.png'),
image: languagesFill('catalog/demo/image_plus_2-en.png'),
show: false,
link: {
type: 'product',
@ -81,7 +81,7 @@ setTimeout(() => {
}
},
{
image: languagesFill('catalog/demo/image_plus_3.png'),
image: languagesFill('catalog/demo/image_plus_3-en.png'),
show: false,
link: {
type: 'product',
@ -89,7 +89,7 @@ setTimeout(() => {
}
},
{
image: languagesFill('catalog/demo/image_plus_4.png'),
image: languagesFill('catalog/demo/image_plus_4-en.png'),
show: false,
link: {
type: 'product',

View File

@ -102,7 +102,7 @@ setTimeout(() => {
floor: languagesFill(''),
images: [
{
image: languagesFill('catalog/demo/banner.png'),
image: languagesFill('catalog/demo/banner/banner-4-en.jpg'),
show: true,
link: {
type: 'product',
@ -110,7 +110,7 @@ setTimeout(() => {
}
},
{
image: languagesFill('catalog/demo/banner.png'),
image: languagesFill('catalog/demo/banner/banner-3-en.jpg'),
show: false,
link: {
type: 'product',