Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
user
Overview
Overview
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
hooloo
mp
user
Commits
ba390777
Commit
ba390777
authored
Jun 28, 2022
by
宋冰琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整首页部分页面效果
parent
89645432
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
77 additions
and
76 deletions
+77
-76
App.vue
+1
-1
components/menuAssembly/index.vue
+29
-27
components/shopCar/shopCar.vue
+18
-16
components/tabBar/tabBar.vue
+8
-5
pages/menu/menu.vue
+19
-25
pages/mine/mine.vue
+2
-2
No files found.
App.vue
View file @
ba390777
...
...
@@ -21,7 +21,7 @@ export default {
wx
.
getSystemInfo
({
success
:
res
=>
{
const
BottomSafeHeight
=
res
.
screenHeight
-
res
.
safeArea
.
bottom
uni
.
setStorage
({
key
:
'BottomSafeHeight'
,
data
:
BottomSafeHeight
?
BottomSafeHeight
+
10
:
0
});
uni
.
setStorage
({
key
:
'BottomSafeHeight'
,
data
:
BottomSafeHeight
?
BottomSafeHeight
:
0
});
}
})
...
...
components/menuAssembly/index.vue
View file @
ba390777
...
...
@@ -27,7 +27,7 @@
</view>
<view
class=
"mon"
>
<view
class=
"priceBox"
>
<view
class=
"discount"
>
¥
{{
Utils
.
isInteger
(
getSku
(
item
).
discount
)
}}
</view>
<view
class=
"discount"
>
<text
class=
"moneyLog"
>
¥
</text>
{{
Utils
.
isInteger
(
getSku
(
item
).
discount
)
}}
</view>
<view
class=
"price"
v-if=
"getSku(item).price!=getSku(item).discount"
>
¥
<text
class=
"num"
>
{{
Utils
.
isInteger
(
getSku
(
item
).
price
)
}}
</text></view>
</view>
<view
class=
"addbox"
>
...
...
@@ -392,9 +392,9 @@ export default {
box-sizing
:
border-box
;
width
:
160
rpx
;
background
:
#fff
;
border-right
:
2
rpx
solid
#
EEEEEE
;
border-right
:
2
rpx
solid
#
F0F0F0
;
height
:
calc
(
100vh
-
var
(
--scroll-height
));
overflow
:
auto
;
overflow
-y
:
auto
;
//
background
:
var
(
--header-color
);
}
...
...
@@ -418,7 +418,7 @@ export default {
box-sizing
:
border-box
;
height
:
calc
(
100vh
-
var
(
--scroll-height
));
overflow
:
auto
;
padding-top
:
5
0
rpx
;
padding-top
:
4
0
rpx
;
width
:
585.21
rpx
;
}
...
...
@@ -444,8 +444,8 @@ export default {
.right-title
{
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
padding-left
:
28
rpx
;
margin-bottom
:
24.84
rpx
;
padding-left
:
31
rpx
;
margin-bottom
:
30
rpx
;
height
:
40
rpx
;
font-size
:
28
rpx
;
font-weight
:
600
;
...
...
@@ -456,9 +456,8 @@ export default {
.nav-right-item
{
display
:
flex
;
align-items
:
center
;
padding
:
0
rpx
3
6
rpx
0
rpx
32
rpx
;
padding
:
0
rpx
3
2
rpx
0
rpx
32
rpx
;
margin-bottom
:
70
rpx
;
height
:
162
rpx
;
background
:
#fff
;
position
:
relative
;
.thumbnailBox{
...
...
@@ -483,13 +482,12 @@ export default {
.info
{
flex
:
1
;
margin-left
:
2
3.78
rpx
;
margin-left
:
2
4
rpx
;
.goods-name
{
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-size
:
28
rpx
;
height
:
40
rpx
;
line-height
:
40
rpx
;
font-weight
:
500
;
color
:
#333333
;
}
...
...
@@ -497,17 +495,15 @@ export default {
.tags
{
.tag-item
{
margin-top
:
8.9
rpx
;
font-family
:
ArialMT
,
Helvetica
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
height
:
28
rpx
;
border-radius
:
4
rpx
;
background-color
:
#f0edf1
;
margin-right
:
10
rpx
;
padding
:
4
rpx
10
rpx
;
background-color
:
#F0F0F0
;
margin-right
:
16
rpx
;
padding
:
0
rpx
8
rpx
;
font-size
:
20
rpx
;
color
:
#999999
;
line-height
:
28
rpx
;
display
:
inline-block
;
vertical-align
:
top
;
}
}
...
...
@@ -517,7 +513,7 @@ export default {
font-weight
:
400
;
color
:
#666666
;
line-height
:
40
rpx
;
margin-top
:
1
2
rpx
;
margin-top
:
1
3
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
.desc
{
...
...
@@ -528,27 +524,32 @@ export default {
}
.mon
{
width
:
338.45
rpx
;
height
:
40
rpx
;
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
margin-top
:
22
rpx
;
.discount
{
font-family
:
Futura-Medium
,
Futura
;
height
:
3
0
rpx
;
font-size
:
2
4
rpx
;
height
:
4
0
rpx
;
font-size
:
2
8
rpx
;
color
:
#333333
;
line-height
:
3
0
rpx
;
margin-right
:
6
rpx
;
line-height
:
4
0
rpx
;
margin-right
:
4.2
rpx
;
font-weight
:
500
;
.moneyLog
{
font-size
:
24
rpx
;
}
}
.price
{
flex
:
1
;
height
:
22
rpx
;
height
:
40
rpx
;
font-size
:
20
rpx
;
color
:
#666666
;
line-height
:
22
rpx
;
color
:
#999999
;
font-family
:
Futura-Medium
,
Futura
;
line-height
:
48
rpx
;
.num
{
text-decoration
:
line-through
;
...
...
@@ -594,6 +595,7 @@ export default {
box-shadow
:
0px
4px
8px
0px
rgba
(
102
,
102
,
102
,
0.1
);
font-weight
:
500
;
color
:
#333333
;
width
:
164
rpx
;
background
:
#FFFFFF
;
font-size
:
24
rpx
;
background
:
#fff
;
...
...
@@ -601,14 +603,14 @@ export default {
.active-line
{
height
:
100%
;
width
:
2
rpx
;
width
:
4
rpx
;
position
:
absolute
;
right
:
0
rpx
;
box-sizing
:
border-box
;
top
:
0
;
background
:
#0050F6
;
z-index
:
1
;
border
:
2
rpx
solid
#0050F6
;
border
:
4
rpx
solid
#0050F6
;
}
::-webkit-scrollbar
{
...
...
components/shopCar/shopCar.vue
View file @
ba390777
<
template
>
<view>
<u-popup
:show=
"showShopCar && goods.length"
mode=
"bottom"
:round=
"
10
"
:overlay=
"true"
<u-popup
:show=
"showShopCar && goods.length"
mode=
"bottom"
:round=
"
5
"
:overlay=
"true"
:closeOnClickOverlay=
"true"
@
close=
"closeT"
>
<view
class=
"shop-car"
>
<view
class=
"shop-car"
:style=
"
{'padding-bottom':bottomPadding+'rpx'}"
>
<view
class=
"header"
>
<text
class=
"left"
>
购物袋
</text>
<text
class=
"right"
@
click=
"clearCar"
><text
class=
"delete-icon"
></text>
清空购物车
</text>
...
...
@@ -60,7 +60,6 @@
</view>
</view>
</view>
<view
style=
"height:200rpx"
></view>
</view>
</u-popup>
...
...
@@ -103,13 +102,18 @@ export default {
loginInfo
:
""
,
imgPath
:
'https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fpic.51yuansu.com%2Fpic3%2Fcover%2F01%2F82%2F40%2F596fa6dc00bb4_610.jpg&refer=http%3A%2F%2Fpic.51yuansu.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1633499781&t=d37222e32213957ddbdd01d62e071309'
,
Utils
,
shopCar
:
0
shopCar
:
0
,
BottomSafeHeight
:
0
,
bottomPadding
:
0
,
}
},
created
()
{
$EventBus
.
$off
(
'updateCar'
);
},
mounted
()
{
this
.
BottomSafeHeight
=
uni
.
getStorageSync
(
'BottomSafeHeight'
)
||
10
console
.
log
(
this
.
BottomSafeHeight
+
132
+
100
)
this
.
bottomPadding
=
this
.
BottomSafeHeight
+
132
+
92
this
.
shopCar
=
uni
.
getStorageSync
(
'shopCar'
)
console
.
log
(
this
.
shopCar
)
if
(
!
this
.
userms
){
...
...
@@ -261,18 +265,18 @@ export default {
font-weight
:
500
;
font-family
:
Futura-Medium
,
Futura
;
display
:
flex
;
margin-left
:
3
8
rpx
;
letter-spacing
:
1px
;
margin-left
:
3
0
rpx
;
letter-spacing
:
1
r
px
;
align-items
:
center
;
}
.shop-car
{
display
:
flex
;
flex-direction
:
column
;
height
:
860
rpx
;
height
:
495
rpx
;
.header
{
height
:
88
rpx
;
padding
:
24.87
rpx
31.78
rpx
22.3
rpx
31.54
rpx
;
display
:
flex
;
border-bottom
:
1px
solid
#ECECEC
;
...
...
@@ -280,7 +284,6 @@ export default {
flex
:
1
;
display
:
flex
;
align-items
:
center
;
padding-left
:
31
rpx
;
font-size
:
28
rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
...
...
@@ -292,7 +295,6 @@ export default {
display
:
flex
;
align-items
:
center
;
justify-content
:
flex-end
;
padding-right
:
31
rpx
;
font-size
:
20
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
...
...
@@ -304,7 +306,7 @@ export default {
background
:
url(../../static/imgs/icon-delete.png)
center
center
no-repeat
;
background-size
:
cover
;
display
:
inline-block
;
margin-right
:
8
rpx
;
margin-right
:
6
rpx
;
}
}
}
...
...
@@ -479,20 +481,20 @@ export default {
.end
{
width
:
100%
;
height
:
92
rpx
;
height
:
100
rpx
;
background-color
:
rgb
(
253
,
253
,
253
);
position
:
fixed
;
left
:
0
;
box-shadow
:
0px
-4px
8px
0px
rgba
(
102
,
102
,
102
,
0.1
);
display
:
flex
;
z-index
:
1024
;
z-index
:
99999
;
align-items
:
center
;
&-left
{
width
:
70%
;
display
:
flex
;
justify-content
:
space-between
;
padding
:
0
3
0
rpx
;
padding
:
0
3
2
rpx
;
.end-flex
{
display
:
flex
;
...
...
@@ -532,7 +534,7 @@ export default {
&
-right
{
width
:
169
rpx
;
font-size
:
32
rpx
;
line-height
:
92
rpx
;
line-height
:
100
rpx
;
background-color
:
#0050F6
;
text-align
:
right
;
color
:
#fff
;
...
...
@@ -546,7 +548,7 @@ export default {
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#FFFFFF
;
line-height
:
92
rpx
;
line-height
:
100
rpx
;
width
:
200
rpx
;
height
:
100%
;
}
...
...
components/tabBar/tabBar.vue
View file @
ba390777
...
...
@@ -20,7 +20,7 @@
this
.
BottomSafeHeight
=
uni
.
getStorageSync
(
'BottomSafeHeight'
)
||
10
uni
.
setStorageSync
(
"taBarHeight"
,(
this
.
BottomSafeHeight
+
546
))
uni
.
setStorageSync
(
"shopCar"
,
this
.
BottomSafeHeight
==
10
?
120
:(
this
.
BottomSafeHeight
+
288
)
/
2
)
uni
.
setStorageSync
(
"orderBottom"
,(
this
.
BottomSafeHeight
+
1
5
0
))
uni
.
setStorageSync
(
"orderBottom"
,(
this
.
BottomSafeHeight
+
1
8
0
))
this
.
selectedIndex
=
Number
(
this
.
select
)
},
data
()
{
...
...
@@ -74,7 +74,7 @@
left
:
0
;
width
:
100%
;
height
:
100
rpx
;
z-index
:
999
;
z-index
:
999
99
;
background
:
#FFFFFF
;
border-top
:
2
rpx
solid
#FFFFFF
;
}
...
...
@@ -82,9 +82,9 @@
.navigator
{
display
:
flex
;
justify-content
:
space-around
;
width
:
8
5
%
;
width
:
8
9
%
;
margin
:
0
auto
;
padding
:
20
rpx
;
padding
:
18
rpx
;
}
.navigator-item
{
...
...
@@ -102,7 +102,10 @@
}
.text-active
{
color
:
#2E92FD
!important
;
font-size
:
20
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#333333
;
}
.icon
{
...
...
pages/menu/menu.vue
View file @
ba390777
<
template
>
<view
class=
"menu-box"
>
<view
class=
"menu-banner"
:style=
"
{'height':buied?'360rpx':'4
4
0rpx'}">
<video
autoplay
muted
loop
:controls=
"false"
:enable-progress-gesture=
"false"
objectFit=
'cover'
src=
"http://songclound.oss-cn-hongkong.aliyuncs.com/2022/06/
17/b6448829fab53
.mp4"
></video>
<view
class=
"menu-banner"
:style=
"
{'height':buied?'360rpx':'4
5
0rpx'}">
<video
autoplay
muted
loop
:controls=
"false"
:enable-progress-gesture=
"false"
objectFit=
'cover'
src=
"http://songclound.oss-cn-hongkong.aliyuncs.com/2022/06/
27/71d36be0ed966
.mp4"
></video>
<view
class=
"shop-info"
:style=
"'top:102rpx'"
>
<view
class=
"shop-box"
>
<text
@
click=
"showArea"
class=
"shop-name"
>
{{
shopInfo
.
name
}}
</text>
...
...
@@ -351,20 +351,19 @@ export default {
}
.menu-banner
{
height
:
4
4
0
rpx
;
height
:
40
rpx
;
position
:
relative
;
video
{
width
:
100%
;
height
:
40
1
rpx
;
height
:
40
0
rpx
;
}
.login-area
{
display
:
flex
;
width
:
686
rpx
;
height
:
104
rpx
;
padding
:
20
rpx
30
rpx
20
rpx
34
rpx
;
padding
:
18.8
rpx
32
rpx
18.8
rpx
34
rpx
;
background
:
#ffffff
;
position
:
absolute
;
z-index
:
1
;
...
...
@@ -381,12 +380,12 @@ export default {
align-items
:
center
;
width
:
72
rpx
;
height
:
72
rpx
;
margin-right
:
22
rpx
;
border-radius
:
4
rpx
;
margin-right
:
16.93
rpx
;
border-radius
:
72
rpx
;
image
{
width
:
100%
;
height
:
100%
;
border-radius
:
60
rpx
;
border-radius
:
72
rpx
;
}
;
}
...
...
@@ -397,22 +396,19 @@ export default {
justify-content
:
space-between
;
flex-wrap
:
nowrap
;
.user-name
{
margin-top
:
2
rpx
;
height
:
34
rpx
!important
;
margin-top
:
2.68
rpx
;
font-size
:
24
rpx
;
font-weight
:
normal
;
font-family
:
Arial-BoldMT
,
Arial
;
line-height
:
28
rpx
;
color
:
#333333
;
}
.dialog
{
height
:
28
rpx
;
line-height
:
28
rpx
;
font-size
:
20
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#666666
;
margin-top
:
4
rpx
;
margin-top
:
4
.64
rpx
;
.content
{
flex
:
1
;
...
...
@@ -445,7 +441,7 @@ export default {
width
:
718
rpx
;
height
:
179
rpx
;
background
:
#FFFFFF
;
box-shadow
:
-2px
-
2px
4
px
0px
rgba
(
102
,
102
,
102
,
0.1
),
4px
4px
8px
0px
rgba
(
102
,
102
,
102
,
0.1
);
box-shadow
:
-2px
-
4px
8
px
0px
rgba
(
102
,
102
,
102
,
0.1
),
4px
4px
8px
0px
rgba
(
102
,
102
,
102
,
0.1
);
box-sizing
:
border-box
;
position
:
relative
;
left
:
16
rpx
;
...
...
@@ -473,16 +469,14 @@ export default {
}
.second
{
margin-top
:
12
rpx
;
margin-top
:
20
rpx
;
width
:
400
rpx
;
height
:
34
rpx
;
font-size
:
24
rpx
;
font-family
:
PingFangSC-
Medium
,
PingFang
SC
;
font-weight
:
5
00
;
font-family
:
PingFangSC-
Regular
,
PingFang
SC
;
font-weight
:
4
00
;
color
:
#999999
;
line-height
:
34
rpx
;
letter-spacing
:
0
rpx
;
text-shadow
:
-2px
-
2px
4
px
rgba
(
102
,
102
,
102
,
0.1
);
text-shadow
:
-2px
-
4px
8
px
rgba
(
102
,
102
,
102
,
0.1
);
white-space
:
nowrap
;
.time
{
...
...
@@ -496,18 +490,18 @@ export default {
}
.line
{
width
:
0
;
width
:
4
rpx
;
height
:
104
rpx
;
border-right
:
2
rpx
solid
#f8f5f8
;
position
:
absolute
;
left
:
510
rpx
;
box-shadow
:
-2
rpx
-2
rpx
4
rpx
0
r
px
rgba
(
102
,
102
,
102
,
0.1
);
box-shadow
:
-2
px
-4px
8px
0
px
rgba
(
102
,
102
,
102
,
0.1
);
top
:
36
rpx
;
}
.barCode-box
{
margin-top
:
30
rpx
;
margin-left
:
1
26
rpx
;
margin-left
:
1
15
rpx
;
width
:
150
rpx
;
height
:
122
rpx
;
display
:
flex
;
...
...
pages/mine/mine.vue
View file @
ba390777
...
...
@@ -5,7 +5,7 @@
<!--
<image
class=
"logImg"
src=
"/static/imgs/hooloo.png"
></image>
-->
<!--
<view
class=
"logText"
>
未 来 咖 啡
</view>
-->
</view>
<video
class=
"video"
autoplay
muted
loop
:controls=
"false"
:enable-progress-gesture=
"false"
objectFit=
'cover'
src=
"http://songclound.oss-cn-hongkong.aliyuncs.com/2022/06/
17/a2aaece8ad026
.mp4"
></video>
<video
class=
"video"
autoplay
muted
loop
:controls=
"false"
:enable-progress-gesture=
"false"
objectFit=
'cover'
src=
"http://songclound.oss-cn-hongkong.aliyuncs.com/2022/06/
27/e6582afb60924
.mp4"
></video>
</view>
<view
class=
"mod11"
>
<view
class=
"avatar"
>
...
...
@@ -16,7 +16,7 @@
<view
class=
"user-name"
v-if=
"userms"
>
HI!
{{
userInfo
.
customerName
||
'我是谁'
}}
</view>
<view
class=
"user-name"
v-else
>
未登录
</view>
<view
class=
"dialog"
>
<view
class=
"content"
v-if=
"userms"
>
如果以后再也见不到你,那就祝你早安
</view>
<view
class=
"content"
v-if=
"userms"
>
希望你今天,明天,天天都开心~
</view>
<view
class=
"content"
v-if=
"!userms"
>
请您尽快登录~
</view>
</view>
</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