|
|
@@ -140,7 +140,7 @@ const buildOrderbyList = (orderByValue = searchParams.value.orderBy) => {
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
- console.log('移动端主页buildOrderbyList:', orderByValue, orderbyList);
|
|
|
+ // console.log('移动端主页buildOrderbyList:', orderByValue, orderbyList);
|
|
|
return orderbyList;
|
|
|
};
|
|
|
|
|
|
@@ -254,7 +254,7 @@ const handleSearch = async (searchFilters = {}) => {
|
|
|
// 处理返回的数据
|
|
|
const artifacts = response.list || response.records || response || [];
|
|
|
|
|
|
- console.log('获取到搜索结果:', artifacts.length, '条');
|
|
|
+ // console.log('获取到搜索结果:', artifacts.length, '条');
|
|
|
|
|
|
// 数据格式化处理
|
|
|
const processedArtifacts = artifacts.map(item => ({
|
|
|
@@ -319,7 +319,7 @@ const handleScroll = async (event) => {
|
|
|
const loadDictionaryData = async () => {
|
|
|
try {
|
|
|
const dictionaryData = await getBookCountApi.getDictionaryListApi();
|
|
|
- console.log('获取到字典数据:', dictionaryData);
|
|
|
+ // console.log('获取到字典数据:', dictionaryData);
|
|
|
// 处理等级数据
|
|
|
if (dictionaryData.grade) {
|
|
|
levelOptions.value = dictionaryData.grade.map(item => ({
|