diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue index f99c692e..0fd2870a 100644 --- a/front/src/views/home/components/searchResultList.vue +++ b/front/src/views/home/components/searchResultList.vue @@ -367,7 +367,7 @@ export default { // 购物车id列表 const selList = ref([ { name: '发布时间', value: 'tdr.create_date', show: true, orderType: 'DESC' }, - { name: '浏览量', value: 'visits', show: true, orderType: 'DESC' }, + // { name: '浏览量', value: 'visits', show: true, orderType: 'DESC' }, { name: '申请量', value: 'applyCount', show: true, orderType: 'DESC' }, { name: '收藏量', value: 'collectCount', show: true, orderType: 'DESC' }, { name: '评分', value: 'score', show: true, orderType: 'DESC' },