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
f92c0bbc
Commit
f92c0bbc
authored
May 12, 2022
by
fwz
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev_cd' into dev_cd
parents
f3297df3
4ab7a444
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
309 additions
and
303 deletions
+309
-303
home.vue
pages/home.vue
+306
-303
pay.vue
pagesC/pages/shop/pay.vue
+3
-0
No files found.
pages/home.vue
View file @
f92c0bbc
<
template
>
<view
class=
"appCotent"
v-if=
"show"
>
<view
class=
"appCotent"
v-if=
"show"
>
<view
class=
"index-content"
>
<u-swiper
radius=
"0 0 0 30px"
:height=
"210"
:list=
"list5"
circular
@
change=
"e => current = e.current"
:autoplay=
"true"
keyName=
"imageUrl"
@
click=
"goOtherLink"
>
<u-swiper
radius=
"0 0 0 30px"
:height=
"210"
:list=
"list5"
circular
@
change=
"e => current = e.current"
:autoplay=
"true"
keyName=
"imageUrl"
@
click=
"goOtherLink"
>
<view
slot=
"indicator"
class=
"indicator"
>
<view
class=
"indicator__dot"
v-for=
"(item, index) in list5"
:key=
"index"
:class=
"[index === current && 'indicator__dot--active']"
>
<view
class=
"indicator__dot"
v-for=
"(item, index) in list5"
:key=
"index"
:class=
"[index === current && 'indicator__dot--active']"
>
</view>
</view>
</u-swiper>
...
...
@@ -51,11 +53,11 @@
</div>
<u-gap
bgColor=
"transparent"
height=
"60"
></u-gap>
</view>
</view>
</view>
</
template
>
<
script
>
export
default
{
export
default
{
data
()
{
return
{
show
:
false
,
...
...
@@ -126,7 +128,7 @@ export default {
})
},
// 轮播跳转其他页面
goOtherLink
(
index
)
{
goOtherLink
(
index
)
{
let
item
=
this
.
list5
[
index
]
let
link
=
item
.
link
;
var
newStr
=
link
.
indexOf
(
"http"
);
...
...
@@ -151,16 +153,16 @@ export default {
this
.
show
=
true
},
100
);
},
onReady
:
function
()
{
onReady
:
function
()
{
uni
.
setNavigationBarTitle
({
title
:
'友众挪车牌'
});
}
};
};
</
script
>
<
style
lang=
"scss"
>
.index-content
{
.index-content
{
/
deep
/
.u-swiper__indicator
{
position
:
absolute
;
right
:
30rpx
!
important
;
...
...
@@ -231,7 +233,7 @@ export default {
}
.code__money
{
width
:
36
0rpx
;
width
:
39
0rpx
;
margin
:
0
20rpx
;
.money__title
{
...
...
@@ -242,13 +244,14 @@ export default {
line-height
:
42rpx
;
}
.code__tips
{
font-size
:
30rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#666666
;
line-height
:
42rpx
;
margin-bottom
:
20rpx
;
margin-bottom
:
20rpx
;
}
.money__num
{
...
...
@@ -334,5 +337,5 @@ export default {
font-size
:
24rpx
;
}
}
}
}
</
style
>
pagesC/pages/shop/pay.vue
View file @
f92c0bbc
...
...
@@ -378,6 +378,9 @@ export default {
}
.address__right
{
width
:
60rpx
;
display
:
flex
;
justify-content
:
flex-end
;
image
{
width
:
14rpx
;
height
:
24rpx
;
...
...
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