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
e5d11eaa
Commit
e5d11eaa
authored
Aug 14, 2024
by
张娇(东信)
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
03824a46
533371c2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
10 deletions
+19
-10
fab.vue
src/Components/fab/fab.vue
+0
-4
RuralTravel.vue
src/pages/assistingAgriculture/RuralTravel/RuralTravel.vue
+2
-0
specialOfferZoneList.vue
...assistingAgriculture/RuralTravel/specialOfferZoneList.vue
+15
-6
building.vue
src/pages/assistingAgriculture/index/building.vue
+2
-0
No files found.
src/Components/fab/fab.vue
View file @
e5d11eaa
...
...
@@ -7,10 +7,6 @@
:draggable=
"true"
inactiveIcon=
"a-controlplatform"
>
<view
class=
"custom-button"
@
click=
"go('/pages/assistingAgriculture/index/index')"
>
<image
class=
"fab-icon"
src=
"../../static/index/order.png"
></image>
<text
class=
"fab-text"
>
助农
</text>
</view>
<view
class=
"custom-button"
@
click=
"go('/pages/ticket/ticket')"
>
<image
class=
"fab-icon"
src=
"../../static/index/coupon.png"
></image>
<text
class=
"fab-text"
>
优惠券
</text>
...
...
src/pages/assistingAgriculture/RuralTravel/RuralTravel.vue
View file @
e5d11eaa
...
...
@@ -163,6 +163,7 @@
</view>
</view>
</view>
<fab
/>
</view>
</
template
>
...
...
@@ -175,6 +176,7 @@ import Screen from '../../../components/assistingAgriculture/index/Screen.vue';
import
{
getPopularList
,
getProdList
,
getTour
}
from
'@/api/assistingAgriculture/village'
;
import
{
getPresaleList
}
from
'@/api/assistingAgriculture/building'
;
import
{
onMounted
}
from
'vue'
;
import
fab
from
'../../../components/fab/fab.vue'
;
onMounted
(
async
()
=>
{
getProd
();
getPopular
();
...
...
src/pages/assistingAgriculture/RuralTravel/specialOfferZoneList.vue
View file @
e5d11eaa
...
...
@@ -186,20 +186,29 @@ const dataParams = (item, datePart) => {
};
// 景点
const
placeParams
=
(
info
)
=>
{
console
.
log
(
'info'
,
info
);
// params.value.attractionIdList = [info.id]
;
params
.
value
.
attractionIdList
=
info
.
map
((
item
)
=>
{
return
item
.
attractionName
;
})
;
refresh
().
then
(()
=>
{
queryOfferProdListFn
();
});
};
// 筛选
const
screenParams
=
(
item
,
type
)
=>
{
if
(
type
===
'screen'
)
{
params
.
value
.
startCityList
=
[
item
.
tripCity
];
params
.
value
.
startCityList
=
item
.
map
((
item
)
=>
{
return
item
.
tripCity
;
});
}
else
if
(
type
===
'serve'
)
{
params
.
value
.
serviceList
=
[
item
.
labelName
];
params
.
value
.
serviceList
=
item
.
map
((
item
)
=>
{
return
item
.
labelName
;
});
}
else
if
(
type
===
'people'
)
{
params
.
value
.
forPeopleList
=
[
item
.
labelName
];
item
.
map
((
item
)
=>
{
return
item
.
labelName
;
});
params
.
value
.
forPeopleList
=
item
.
map
((
item
)
=>
{
return
item
.
labelName
;
});
}
refresh
().
then
(()
=>
{
queryOfferProdListFn
();
...
...
src/pages/assistingAgriculture/index/building.vue
View file @
e5d11eaa
...
...
@@ -125,11 +125,13 @@
/>
</wd-badge>
</view>
<fab
/>
</view>
</
template
>
<
script
setup
>
import
Search
from
'../../../components/assistingAgriculture/index/Search.vue'
;
import
fab
from
'../../../components/fab/fab.vue'
;
import
{
getGoodSaleProdList
,
getPlatformProdList
,
...
...
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