Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
H5_2.0
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1e4dac6e
authored
May 31, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
b7e9c559
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
pages/index/index.vue
pages/mine/dome.vue
pages/index/index.vue
View file @
1e4dac6e
...
...
@@ -29,7 +29,7 @@
<view
class=
"bannerbox"
>
<swiper
class=
"swiper"
circular
:indicator-dots=
"autoplay"
indicator-color=
"#fff"
:autoplay=
"autoplay"
>
<swiper-item
v-for=
"(item, index) in obj.rollbanner"
:key=
"index"
>
<a
:href=
"item.url"
><image
:src=
"item.images"
></image></a>
<a
:href=
"item.url"
><image
:src=
"item.images"
mode=
"aspectFill"
></image></a>
</swiper-item>
</swiper>
</view>
...
...
@@ -49,7 +49,7 @@
</view>
<view
class=
"szbox row avarage"
>
<a
:href=
"item.url"
v-for=
"(item, index) in obj.h5_home_function_nav"
:key=
"index"
>
<image
:src=
"item.images"
></image>
<image
:src=
"item.images"
mode=
"aspectFill"
></image>
<view
class=
"sitips"
>
{{
item
.
title
||
'默认文案'
}}
</view>
</a>
</view>
...
...
pages/mine/dome.vue
View file @
1e4dac6e
...
...
@@ -5,7 +5,7 @@
<view
style=
"text-align: right;"
@
click=
"open()"
><text
class=
"iconfont icon-juxing5"
></text></view>
</
template
>
</navElement>
<view
class=
"bg row"
>
<view
class=
"bg row"
v-if=
"detail.h5_domestic_head_image"
>
<image
:src=
"detail.h5_domestic_head_image[0].images"
mode=
"aspectFill"
class=
"pic"
></image>
<navigator
class=
"btn row rowCenter verCenter"
:url=
"'/s?k=' + detail.h5_domestic_sku_name[0].title"
>
立即体验
</navigator>
</view>
...
...
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