Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
broadcast_cloud
/
web-live
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
2
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8c6951ee
authored
Apr 16, 2021
by
MichaelJier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
1. 商品推荐 支持图片数组
parent
c644c507
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
components/modules/menuBox/menuClass/shop/hot.vue
+1
-1
No files found.
components/modules/menuBox/menuClass/shop/hot.vue
View file @
8c6951ee
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<transition
name=
"move-right-left"
mode=
"out-in"
>
<transition
name=
"move-right-left"
mode=
"out-in"
>
<div
class=
"shop-hot"
v-if=
"info.id"
:key=
"info.id"
>
<div
class=
"shop-hot"
v-if=
"info.id"
:key=
"info.id"
>
<div
class=
"img-box"
>
<div
class=
"img-box"
>
<img
:src=
"`$
{info.real_img}?x-oss-process=style/commodity_cover`" alt="" />
<img
:src=
"`$
{
Array.isArray(info.real_img) ? info.real_img[0] :
info.real_img}?x-oss-process=style/commodity_cover`" alt="" />
</div>
</div>
<div
class=
"content"
>
<div
class=
"content"
>
<div
class=
"name"
>
{{
info
.
name
}}
</div>
<div
class=
"name"
>
{{
info
.
name
}}
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment