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
9e5730e3
Commit
9e5730e3
authored
Aug 20, 2024
by
张娇(东信)
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
b1f3ccf1
41caadf3
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
35 additions
and
9 deletions
+35
-9
RouteDetails.vue
src/pages/assistingAgriculture/RouteDetails/RouteDetails.vue
+16
-1
detail.vue
src/pages/assistingAgriculture/detail/detail.vue
+12
-1
index.vue
src/pages/index/index.vue
+1
-1
order.vue
src/pages/order/order.vue
+2
-2
packageDetails.vue
src/pages/packageDetails/packageDetails.vue
+2
-2
ticket.vue
src/pages/ticket/ticket.vue
+2
-2
No files found.
src/pages/assistingAgriculture/RouteDetails/RouteDetails.vue
View file @
9e5730e3
...
...
@@ -304,7 +304,7 @@
/>
<br
/>
</
template
>
<span
v-html=
"v.activityDescribes"
></span>
<span
class=
"desc"
v-html=
"v.activityDescribes"
></span>
</div>
<p>
<img
class=
"icon"
src=
"/static/assistingAgriculture/routeDetails/clock.png"
/>
...
...
@@ -1059,6 +1059,21 @@ uni-page-body {
font-weight
:
normal
;
line-height
:
normal
;
color
:
#3d3d3d
;
.desc
{
img
{
max-width
:
100%
;
object-fit
:
cover
;
height
:
auto
;
margin-top
:
20rpx
;
}
p
{
font-size
:
24rpx
;
}
li
{
font-size
:
24rpx
;
margin-top
:
8rpx
;
}
}
}
.icon
{
height
:
32rpx
;
...
...
src/pages/assistingAgriculture/detail/detail.vue
View file @
9e5730e3
...
...
@@ -497,8 +497,19 @@ page {
padding
:
20rpx
;
.desc
{
padding-bottom
:
20rpx
;
img
{
width
:
100%
;
max-width
:
100%
;
object-fit
:
cover
;
height
:
auto
;
margin-top
:
20rpx
;
}
p
{
font-size
:
24rpx
;
}
li
{
font-size
:
24rpx
;
margin-top
:
8rpx
;
}
}
}
...
...
src/pages/index/index.vue
View file @
9e5730e3
...
...
@@ -68,7 +68,7 @@
@
change=
"onChange"
customClass=
"guiyang"
height=
"136rpx"
imageMode=
"
aspectFit
"
imageMode=
"
scaleToFill
"
></wd-swiper>
<!-- 附近人气美食 -->
<view
class=
"nearby"
>
...
...
src/pages/order/order.vue
View file @
9e5730e3
...
...
@@ -196,8 +196,8 @@ const fileDomain = import.meta.env.VITE_APP_IMG_URL;
const
stateList
=
ref
({});
const
orderDic
=
ref
();
onLoad
(
async
(
options
)
=>
{
//
await signIn();
if
(
!
getToken
())
await
signIn2
();
await
signIn
();
//
if (!getToken()) await signIn2();
if
(
!
getOrderDic
())
await
orderStatus
();
orderDic
.
value
=
getOrderDic
();
orderDic
.
value
.
baseOrder
[
0
].
value
=
'all'
;
...
...
src/pages/packageDetails/packageDetails.vue
View file @
9e5730e3
...
...
@@ -998,10 +998,10 @@ page {
margin-top
:
20rpx
;
}
p
{
font-size
:
2
2
rpx
;
font-size
:
2
4
rpx
;
}
li
{
font-size
:
2
2
rpx
;
font-size
:
2
4
rpx
;
margin-top
:
8rpx
;
}
.rich-more-btn
{
...
...
src/pages/ticket/ticket.vue
View file @
9e5730e3
...
...
@@ -131,8 +131,8 @@ const fileDomain = import.meta.env.VITE_APP_IMG_URL;
const
contentHeight
=
ref
(
'88rpx'
);
onLoad
(
async
()
=>
{
//
await signIn();
if
(
!
getToken
())
await
signIn2
();
await
signIn
();
//
if (!getToken()) await signIn2();
xma
.
xh
.
getMenuButtonBoundingClientRect
({
success
(
res
)
{
contentHeight
.
value
=
res
.
bottom
*
2
+
10
+
'rpx'
;
// 左边界坐标,单位:px
...
...
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