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
cd08c4a4
Commit
cd08c4a4
authored
Aug 20, 2024
by
彭佳妮(贵阳日报)
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.platform.xinhuaapp.com/pengjiani/groupPurchase-miniapp
parents
2d203b31
fb6c8846
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
86 additions
and
33 deletions
+86
-33
RouteDetails.vue
src/pages/assistingAgriculture/RouteDetails/RouteDetails.vue
+16
-1
RuralTravel.vue
src/pages/assistingAgriculture/RuralTravel/RuralTravel.vue
+7
-5
detail.vue
src/pages/assistingAgriculture/detail/detail.vue
+12
-1
building.vue
src/pages/assistingAgriculture/index/building.vue
+10
-5
index.vue
src/pages/assistingAgriculture/index/index.vue
+6
-3
presale.vue
src/pages/assistingAgriculture/index/presale.vue
+33
-16
packageDetails.vue
src/pages/packageDetails/packageDetails.vue
+2
-2
No files found.
src/pages/assistingAgriculture/RouteDetails/RouteDetails.vue
View file @
cd08c4a4
...
...
@@ -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/RuralTravel/RuralTravel.vue
View file @
cd08c4a4
...
...
@@ -55,6 +55,7 @@
style=
"width: 32rpx; height: 32rpx"
/>
<video
v-if=
"videoList.length !== 0"
:class=
"
{ 'no-progress-bar': !isFullScreen }"
:show-fullscreen-btn="true"
:show-play-btn="true"
...
...
@@ -66,11 +67,12 @@
@play="play"
@fullscreenchange="handleFullscreenChange"
>
</video>
<!--
<img-->
<!-- class="spe-img"-->
<!-- src="/static/assistingAgriculture/rural/img5.png"-->
<!-- style="width: 306rpx; height: 204rpx"-->
<!-- />-->
<img
v-else
class=
"spe-img"
src=
"/static/assistingAgriculture/rural/img5.png"
style=
"width: 306rpx; height: 204rpx"
/>
</view>
</view>
<view
class=
"hot-way"
>
...
...
src/pages/assistingAgriculture/detail/detail.vue
View file @
cd08c4a4
...
...
@@ -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/assistingAgriculture/index/building.vue
View file @
cd08c4a4
...
...
@@ -290,6 +290,9 @@ function toCart() {
page
{
background
:
#f3f3f3
;
}
.container
{
padding-bottom
:
20rpx
;
}
.top
{
width
:
750rpx
;
height
:
128rpx
;
...
...
@@ -386,15 +389,14 @@ page {
}
}
.tabs-list
{
margin-left
:
10
px
;
margin-left
:
20r
px
;
width
:
712rpx
;
height
:
1172rpx
;
border-radius
:
8px
;
border-radius
:
16rpx
;
background
:
#ffffff
;
}
.fruit-img
{
margin-left
:
10
px
;
margin-top
:
10
px
;
margin-left
:
20r
px
;
margin-top
:
20r
px
;
}
.son-img
{
display
:
flex
;
...
...
@@ -526,4 +528,7 @@ page {
font-size
:
24rpx
;
}
}
.whh
{
padding-bottom
:
10rpx
;
}
</
style
>
src/pages/assistingAgriculture/index/index.vue
View file @
cd08c4a4
...
...
@@ -112,7 +112,7 @@ onMounted(async () => {
const
getList
=
()
=>
{
getSortList
().
then
((
res
)
=>
{
res
.
data
.
forEach
((
item
)
=>
{
item
.
icon
=
import
.
meta
.
env
.
VITE_APP_IMG_URL
+
item
.
pic
;
item
.
icon
=
import
.
meta
.
env
.
VITE_APP_IMG_URL
+
item
.
icon
;
});
sortList
.
value
=
res
.
data
;
});
...
...
@@ -334,12 +334,15 @@ page {
}
.env
{
width
:
750rpx
;
height
:
48rpx
;
background
:
linear-gradient
(
94deg
,
#82ce8b
0%
,
rgba
(
255
,
255
,
255
,
0
)
97%
);
//height: 48rpx;
background
:
rgba
(
255
,
255
,
255
,
0
.005
);
backdrop-filter
:
blur
(
20rpx
);
position
:
absolute
;
margin-top
:
-60rpx
;
z-index
:
999
;
.env-info
{
height
:
48rpx
;
line-height
:
48rpx
;
font-size
:
28rpx
;
color
:
#ffffff
;
margin-left
:
20rpx
;
...
...
src/pages/assistingAgriculture/index/presale.vue
View file @
cd08c4a4
...
...
@@ -64,23 +64,26 @@
:src=
"item.img"
style=
"width: 670rpx; height: 670rpx; border-radius: 16rpx"
/>
<view>
<view
class=
"bac"
>
<text
class=
"retail-price"
>
零售价:¥
{{
item
.
price
}}
/盒
</text>
<text
class=
"presale-price"
>
预售价:¥
{{
item
.
oriPrice
}}
/盒
</text>
</view>
<view>
<img
class=
"buy-img"
src=
"/static/assistingAgriculture/presale/img6.png"
style=
"
position: sticky;
width: 284rpx;
height: 128rpx;
float: right;
margin-top: -80rpx;
margin-right: 16rpx;
"
/>
<text
class=
"presale-price"
>
预售价:¥
<text
class=
"highlight-price"
>
{{
item
.
oriPrice
}}
</text>
/盒
</text>
<view>
<img
class=
"buy-img"
src=
"/static/assistingAgriculture/presale/img6.png"
style=
"
position: sticky;
width: 284rpx;
height: 128rpx;
float: right;
margin-top: -114rpx;
"
/>
</view>
</view>
</view>
<wd-status-tip
image=
"content"
tip=
"暂无数据"
v-if=
"buyList.length === 0"
/>
...
...
@@ -393,6 +396,7 @@ page {
font-variation-settings
:
'opsz'
auto
;
font-feature-settings
:
'kern'
on
;
color
:
#b3b3b3
;
padding-top
:
60rpx
;
}
.presale-price
{
display
:
block
;
...
...
@@ -531,4 +535,17 @@ page {
color
:
#ffffff
;
}
}
.bac
{
width
:
670rpx
;
height
:
160rpx
;
border-radius
:
16rpx
;
background
:
rgba
(
0
,
0
,
0
,
0
.4
);
position
:
relative
;
margin-left
:
20rpx
;
top
:
-44rpx
;
}
.highlight-price
{
color
:
red
;
font-size
:
44rpx
;
}
</
style
>
src/pages/packageDetails/packageDetails.vue
View file @
cd08c4a4
...
...
@@ -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
{
...
...
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