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
3df7f883
Commit
3df7f883
authored
Aug 07, 2024
by
张娇(东信)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预售页面接口联调
parent
23bfa87d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
building.js
src/api/assistingAgriculture/building.js
+8
-0
index.vue
src/pages/assistingAgriculture/index/index.vue
+0
-1
presale.vue
src/pages/assistingAgriculture/index/presale.vue
+1
-5
No files found.
src/api/assistingAgriculture/building.js
View file @
3df7f883
...
@@ -27,6 +27,14 @@ export function getStrictSelection(data) {
...
@@ -27,6 +27,14 @@ export function getStrictSelection(data) {
});
});
}
}
// 筑农预售分类
export
function
presaleList
()
{
return
request
({
url
:
'/sgyrdd/category/presaleList'
,
method
:
'GET'
,
});
}
// 筑农严选首页-分类预售商品列表
// 筑农严选首页-分类预售商品列表
export
function
getPresaleCategory
(
data
)
{
export
function
getPresaleCategory
(
data
)
{
return
request
({
return
request
({
...
...
src/pages/assistingAgriculture/index/index.vue
View file @
3df7f883
...
@@ -59,7 +59,6 @@ import {
...
@@ -59,7 +59,6 @@ import {
getPresaleCategory
,
getPresaleCategory
,
getPresaleList
,
getPresaleList
,
getSortList
,
getSortList
,
getStrictSelection
,
}
from
'../../../api/assistingAgriculture/building'
;
}
from
'../../../api/assistingAgriculture/building'
;
import
{
onMounted
,
ref
}
from
'vue'
;
import
{
onMounted
,
ref
}
from
'vue'
;
import
{
groupImgList
}
from
'@/api'
;
import
{
groupImgList
}
from
'@/api'
;
...
...
src/pages/assistingAgriculture/index/presale.vue
View file @
3df7f883
...
@@ -145,11 +145,7 @@
...
@@ -145,11 +145,7 @@
import
Search
from
'../../../components/assistingAgriculture/index/Search.vue'
;
import
Search
from
'../../../components/assistingAgriculture/index/Search.vue'
;
import
{
useRoute
}
from
'vue-router'
;
import
{
useRoute
}
from
'vue-router'
;
import
{
ref
,
onMounted
}
from
'vue'
;
import
{
ref
,
onMounted
}
from
'vue'
;
import
{
import
{
getPresaleList
,
getPresaleProdList
}
from
'../../../api/assistingAgriculture/building'
;
getGoodSaleProdList
,
getPresaleList
,
getPresaleProdList
,
}
from
'../../../api/assistingAgriculture/building'
;
const
swiperList
=
ref
([]);
const
swiperList
=
ref
([]);
const
current
=
ref
(
0
);
const
current
=
ref
(
0
);
// 轮播图数据
// 轮播图数据
...
...
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