首页,企业需求接口重新对接
This commit is contained in:
@@ -65,14 +65,11 @@
|
||||
methods: {
|
||||
//获取按点赞量排列的产品列表
|
||||
getProductsByThumb() {
|
||||
this.$apiServe.getProductList({
|
||||
cateId: 0,
|
||||
tagIds: 0,
|
||||
sortType: 1,
|
||||
this.$apiServe.getProductsByCateId({
|
||||
cateId: '9',
|
||||
pageSize: this.pageSize,
|
||||
pageNum: this.pageNum
|
||||
}).then(res => {
|
||||
|
||||
let tags = res.data.data
|
||||
console.log('企业需求列表', tags);
|
||||
for (const item of tags) {
|
||||
|
||||
Reference in New Issue
Block a user