This commit is contained in:
pushuo 2022-07-18 20:38:30 +08:00
parent 1892272191
commit f3811cb0f3
1 changed files with 4 additions and 4 deletions

View File

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