From d2f0c16a59a52fa536836fdc31f4c40c3a72db1a Mon Sep 17 00:00:00 2001 From: wangyang Date: Wed, 27 Aug 2025 15:24:40 +0800 Subject: [PATCH] =?UTF-8?q?CRM-=E5=90=88=E5=B9=B6=E4=B8=8D=E4=B8=80?= =?UTF-8?q?=E8=87=B4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/business/CRM/visitorReport.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +