Commit 3df7f883 authored by 张娇(东信)'s avatar 张娇(东信)

预售页面接口联调

parent 23bfa87d
......@@ -27,6 +27,14 @@ export function getStrictSelection(data) {
});
}
// 筑农预售分类
export function presaleList() {
return request({
url: '/sgyrdd/category/presaleList',
method: 'GET',
});
}
// 筑农严选首页-分类预售商品列表
export function getPresaleCategory(data) {
return request({
......
......@@ -59,7 +59,6 @@ import {
getPresaleCategory,
getPresaleList,
getSortList,
getStrictSelection,
} from '../../../api/assistingAgriculture/building';
import { onMounted, ref } from 'vue';
import { groupImgList } from '@/api';
......
......@@ -145,11 +145,7 @@
import Search from '../../../components/assistingAgriculture/index/Search.vue';
import { useRoute } from 'vue-router';
import { ref, onMounted } from 'vue';
import {
getGoodSaleProdList,
getPresaleList,
getPresaleProdList,
} from '../../../api/assistingAgriculture/building';
import { getPresaleList, getPresaleProdList } from '../../../api/assistingAgriculture/building';
const swiperList = ref([]);
const current = ref(0);
// 轮播图数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment