Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jd-vx-app
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
jd-vx-app
Commits
fbbf8b59
Commit
fbbf8b59
authored
Dec 28, 2022
by
肖健
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复首页视频播放接口未查询
parent
1a86080f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
home-new.vue
pages/home-new.vue
+3
-2
No files found.
pages/home-new.vue
View file @
fbbf8b59
...
...
@@ -20,7 +20,7 @@
<view
class=
"banner"
>
<view
:class=
"indexCommodityList.length == 2 ? 'banner-bg' : 'banner-bg banner-bg-1'"
v-if=
"indexCommodityList && indexCommodityList.length
<
=
2
"
>
<image
src=
"http://jdnc-oss.uzosp.com/2022/12/28/b1679b5da1b84fa1827039fe4fadd91c.png"
></image>
<view
class=
"item"
@
click=
"goJdShop(item)"
v-for=
"(item, i) in indexCommodityList"
:key=
"i"
>
<view
class=
"item"
style=
"margin-right: 15rpx;"
@
click=
"goJdShop(item)"
v-for=
"(item, i) in indexCommodityList"
:key=
"i"
>
<image
:src=
"item.mainImgUrl"
></image>
<view
class=
"banner-btn-bg"
>
<view
class=
"banner-btn"
>
...
...
@@ -307,7 +307,7 @@
}
})
},
get
Video
List
()
{
get
Levitation
List
()
{
this
.
$http
.
request
({
url
:
'/app/index/levitation/1'
,
method
:
'get'
,
...
...
@@ -382,6 +382,7 @@
this
.
getMoveCode
()
this
.
getRotationList
()
this
.
getVideoList
()
this
.
getLevitationList
()
this
.
getIndexCommodityList
()
},
mounted
()
{
...
...
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