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
533371c2
Commit
533371c2
authored
Aug 14, 2024
by
石建新(贵阳日报)
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.platform.xinhuaapp.com/pengjiani/groupPurchase-miniapp
parents
caadf962
cdbece46
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
fab.vue
src/Components/fab/fab.vue
+0
-4
RuralTravel.vue
src/pages/assistingAgriculture/RuralTravel/RuralTravel.vue
+2
-0
building.vue
src/pages/assistingAgriculture/index/building.vue
+2
-0
No files found.
src/Components/fab/fab.vue
View file @
533371c2
...
@@ -7,10 +7,6 @@
...
@@ -7,10 +7,6 @@
:draggable=
"true"
:draggable=
"true"
inactiveIcon=
"a-controlplatform"
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')"
>
<view
class=
"custom-button"
@
click=
"go('/pages/ticket/ticket')"
>
<image
class=
"fab-icon"
src=
"../../static/index/coupon.png"
></image>
<image
class=
"fab-icon"
src=
"../../static/index/coupon.png"
></image>
<text
class=
"fab-text"
>
优惠券
</text>
<text
class=
"fab-text"
>
优惠券
</text>
...
...
src/pages/assistingAgriculture/RuralTravel/RuralTravel.vue
View file @
533371c2
...
@@ -163,6 +163,7 @@
...
@@ -163,6 +163,7 @@
</view>
</view>
</view>
</view>
</view>
</view>
<fab
/>
</view>
</view>
</
template
>
</
template
>
...
@@ -175,6 +176,7 @@ import Screen from '../../../components/assistingAgriculture/index/Screen.vue';
...
@@ -175,6 +176,7 @@ import Screen from '../../../components/assistingAgriculture/index/Screen.vue';
import
{
getPopularList
,
getProdList
,
getTour
}
from
'@/api/assistingAgriculture/village'
;
import
{
getPopularList
,
getProdList
,
getTour
}
from
'@/api/assistingAgriculture/village'
;
import
{
getPresaleList
}
from
'@/api/assistingAgriculture/building'
;
import
{
getPresaleList
}
from
'@/api/assistingAgriculture/building'
;
import
{
onMounted
}
from
'vue'
;
import
{
onMounted
}
from
'vue'
;
import
fab
from
'../../../components/fab/fab.vue'
;
onMounted
(
async
()
=>
{
onMounted
(
async
()
=>
{
getProd
();
getProd
();
getPopular
();
getPopular
();
...
...
src/pages/assistingAgriculture/index/building.vue
View file @
533371c2
...
@@ -125,11 +125,13 @@
...
@@ -125,11 +125,13 @@
/>
/>
</wd-badge>
</wd-badge>
</view>
</view>
<fab
/>
</view>
</view>
</
template
>
</
template
>
<
script
setup
>
<
script
setup
>
import
Search
from
'../../../components/assistingAgriculture/index/Search.vue'
;
import
Search
from
'../../../components/assistingAgriculture/index/Search.vue'
;
import
fab
from
'../../../components/fab/fab.vue'
;
import
{
import
{
getGoodSaleProdList
,
getGoodSaleProdList
,
getPlatformProdList
,
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