|
@@ -34,7 +34,7 @@ const items = ref([])
|
|
|
// 推荐职位
|
|
|
const getPositionList = async () => {
|
|
|
const api = tab.value === 1 ? getPromotedPosition : (tab.value === 2 ? getLatestPosition : getUrgentPosition)
|
|
|
- const { list } = await api({ pageNo: 1, pageSize: 9 })
|
|
|
+ const { list } = await api({ pageNo: 1, pageSize: 8 })
|
|
|
items.value = dealDictArrayData([], list)
|
|
|
}
|
|
|
getPositionList()
|