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
e044cf86
Commit
e044cf86
authored
Aug 12, 2024
by
周俊涛(东信)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
3ff7e9e9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
RouteDetails.vue
src/pages/assistingAgriculture/RouteDetails/RouteDetails.vue
+9
-4
No files found.
src/pages/assistingAgriculture/RouteDetails/RouteDetails.vue
View file @
e044cf86
...
...
@@ -20,10 +20,10 @@
<p
class=
"t2"
>
月销
{{
prodData
.
monthSoldNum
}}
份
</p>
</div>
<div
class=
"name"
>
{{
prodData
.
prodName
}}
</div>
<div
class=
"tags flex-align-center"
>
<
!--
<
div
class=
"tags flex-align-center"
>
<p>
无购物
</p>
<p>
无自费
</p>
</div>
</div>
-->
</div>
<!-- 保障 -->
<!--
<div
class=
"guarantee"
>
...
...
@@ -357,7 +357,11 @@ const getPriceListFn = (mealId) => {
};
// 行程
const
itineraryData
=
ref
([]);
/* shopId:1821388624367861761
prodId:43835 */
onLoad
(({
shopId
,
prodId
})
=>
{
// const shopId = 1821388624367861761n;
// const prodId = 43835;
getProd
({
prodId
,
}).
then
((
res
)
=>
{
...
...
@@ -605,16 +609,17 @@ uni-page-body {
margin-top
:
20rpx
;
display
:
grid
;
gap
:
40rpx
;
grid-template-columns
:
1fr
1fr
;
grid-template-columns
:
1fr
1fr
1fr
1fr
;
overflow-x
:
scroll
;
.package-item
{
border-radius
:
16rpx
;
width
:
280rpx
;
opacity
:
1
;
padding
:
20rpx
;
background
:
linear-gradient
(
180deg
,
#feeeee
0%
,
#ffffff
100%
);
box-shadow
:
0rpx
4rpx
8rpx
0rpx
rgba
(
0
,
0
,
0
,
0
.08
);
&
.active
{
border
:
1px
solid
#fa5151
;
box-sizing
:
border-box
;
}
.price
{
font-size
:
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