Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
groupPurchase-miniapp
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
彭佳妮(贵阳日报)
groupPurchase-miniapp
Commits
a2da5e81
Commit
a2da5e81
authored
Aug 14, 2024
by
周俊涛(东信)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改topbar
parent
e7e35599
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
pages.json
src/pages.json
+1
-1
RouteDetails.vue
src/pages/assistingAgriculture/RouteDetails/RouteDetails.vue
+9
-1
cart.vue
src/pages/assistingAgriculture/cart/cart.vue
+1
-0
No files found.
src/pages.json
View file @
a2da5e81
...
...
@@ -196,7 +196,7 @@
"style"
:
{
"navigationBarTitleText"
:
"购物车"
,
"navigationBarBackgroundColor"
:
"#ffffff"
,
"navigationStyle"
:
""
"navigationStyle"
:
"
custom
"
}
},
{
...
...
src/pages/assistingAgriculture/RouteDetails/RouteDetails.vue
View file @
a2da5e81
<
template
>
<div
class=
"route-details"
>
<Search></Search>
<scroll-view
class=
"container"
scroll-y
>
<
img
class=
"back-img"
src=
"/static/assistingAgriculture/assets/left.png"
@
tap=
"back"
/
>
<
!--
<img
class=
"back-img"
src=
"/static/assistingAgriculture/assets/left.png"
@
tap=
"back"
/>
--
>
<!-- 轮播 -->
<div
class=
"banner"
>
<!-- -->
...
...
@@ -541,6 +542,13 @@ uni-page-body {
background-color
:
#eaf9f1
;
}
.route-details
{
.searchComponent
{
z-index
:
55
;
width
:
100%
;
position
:
fixed
;
top
:
0
;
left
:
0
;
}
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
...
...
src/pages/assistingAgriculture/cart/cart.vue
View file @
a2da5e81
<
template
>
<Search
title=
"购物车"
showTitle
backgroundBox=
"#fff"
></Search>
<div
class=
"cart-wrap"
>
<div
class=
"shop"
v-for=
"(shop, i) in cartList"
:key=
"i"
>
<div
class=
"flex-align-center shop-info"
>
...
...
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