diff --git a/src/pages/business/CRM/visitorReport.vue b/src/pages/business/CRM/visitorReport.vue index ae41c4d..2188383 100644 --- a/src/pages/business/CRM/visitorReport.vue +++ b/src/pages/business/CRM/visitorReport.vue @@ -89,7 +89,7 @@ const mescrollRef = ref(null); const upOption = ref({ page: { num: 0, size: 10 }, noMoreSize: 5, - empty: { + empty: { tip: '~ 空空如也 ~', icon: "../../static/images/mescroll-empty.png" }, @@ -163,7 +163,7 @@ const getGetYsVisistList = (pageIndex, pageSize) => { // 跳转到详情 let handleDetail=(item)=>{ - uni.navigateTo({ + uni.navigateTo({ url: "/pages/business/CRM/visitorReportDetail?id="+item.id }) } @@ -198,7 +198,7 @@ let handleDetail=(item)=>{ } .search .custom-search{ width:80%; - + } .search .custom-search.uni-searchbar{ padding-right:0 !important; @@ -216,4 +216,4 @@ let handleDetail=(item)=>{ padding-bottom:10rpx; } - \ No newline at end of file +